aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1687b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/i1687b.scala')
-rw-r--r--tests/pos/i1687b.scala19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/pos/i1687b.scala b/tests/pos/i1687b.scala
new file mode 100644
index 000000000..46bb6649c
--- /dev/null
+++ b/tests/pos/i1687b.scala
@@ -0,0 +1,19 @@
+object O {
+ def f: String = {
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1 +
+ "1" + 1 + "1" + 1
+ }
+}