Results 2 issues of Austin

Expected Behavior ============================== Given a script with an invalid JVM name, like `some-script.groovy`, and contents with multiple methods: ```groovy def one() {} def two() { one() } return this ```...

bug

This is a potential fix for the issue described in [JENKINS-60245](https://issues.jenkins-ci.org/browse/JENKINS-60245). I call it a "potential" fix because while it seems to fix all the broken use-cases and cause no...