You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[syntax trees at end of genBCode]] // /Users/jamie/workspace/scripts/bar/test.scalapackagefoo {
@SourceFile("test.scala") final module classtest$packageextendsObject {
// ...@main defTest():Object=MirrorHelpers.this.throwStuff(23) // <---- SHOULD NOT BE `MirrorHelpers.this`
}
Expectation
There probably should be a static reference to MirrorHelpers, or the check in genSJSIR and -Ycheck:all should forgive this format for static methods.