Skip to content

Commit

Permalink
Disable scalajs on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jun 12, 2024
1 parent 5c295f1 commit 0c20d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run/i18701.fixed.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// scalajs: --skip
// Use of Java reflection (getEnclosingMethod)
abstract class TA { def tb(): TB }
abstract class TB { def chk(): Unit }
class A:
Expand Down
2 changes: 2 additions & 0 deletions tests/run/i18701.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// scalajs: --skip
// Use of Java reflection (getEnclosingMethod)
abstract class TA { def tb(): TB }
abstract class TB { def chk(): Unit }
class A:
Expand Down

0 comments on commit 0c20d86

Please sign in to comment.