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
java.lang.NoSuchMethodException: Main$$anon$1$C$1.frob(int)
at java.lang.Class.getMethod(Class.java:1622)
at Main$$anon$1.reflMethod$Method1(bug.scala:9)
at Main$$anon$1.<init>(bug.scala:9)
at Main$.main(bug.scala:1)
at Main.main(bug.scala)
The text was updated successfully, but these errors were encountered:
This issue is similar to #2144, but here, to avoid compile error, one gives the anonymous class some name. Here is the sample code:
This compiles, but fails in runtime with:
The text was updated successfully, but these errors were encountered: