We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c295f1 commit 0c20d86Copy full SHA for 0c20d86
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