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.
Compiler version
3.2.2
Minimized code
Compile with scala js mode on
Output
This is what you get with JVM generation
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.The text was updated successfully, but these errors were encountered: