We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63eb5e4 + 5264c47 commit 3e33f60Copy full SHA for 3e33f60
tests/run/StringConcat.scala
@@ -1,3 +1,9 @@
1
+// scalajs: --skip
2
+
3
+// Under JVM 8,
4
+// this sometimes blows a StackOverflowError
5
+// in PrepJSInterop
6
7
@main def Test() = {
8
9
// This should generally obey 15.18.1. of the JLS (String Concatenation Operator +)
0 commit comments