We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0bef5 commit b7b0d9bCopy full SHA for b7b0d9b
tests/run/i18701.fixed.scala
@@ -1,3 +1,5 @@
1
+// scalajs: --skip
2
+// Use of Java reflection (getEnclosingMethod)
3
abstract class TA { def tb(): TB }
4
abstract class TB { def chk(): Unit }
5
class A:
tests/run/i18701.scala
0 commit comments