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 4ed478d commit c35350aCopy full SHA for c35350a
tests/pickling/i4430.scala
@@ -0,0 +1,7 @@
1
+object Test {
2
+ def main(args: Array[String]): Unit = {
3
+ val sb = new java.lang.StringBuilder()
4
+ sb.append(Array[Char](), 0, 0)
5
+ sb.length
6
+ }
7
+}
tests/run/i4430.scala
0 commit comments