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 6c3814a commit 945001dCopy full SHA for 945001d
tests/pos/i1687.scala
@@ -0,0 +1,10 @@
1
+object O {
2
+ def f: String = {
3
+ "1" + 1 + "1" + 1 +
4
5
6
7
8
+ "1" + 1 + "1" + 1
9
+ }
10
+}
tests/pos/i1687b.scala
@@ -0,0 +1,19 @@
11
12
13
14
15
16
17
18
19
0 commit comments