aboutsummaryrefslogtreecommitdiff
path: root/bench/tests/i1687.scala
diff options
context:
space:
mode:
Diffstat (limited to 'bench/tests/i1687.scala')
-rw-r--r--bench/tests/i1687.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/bench/tests/i1687.scala b/bench/tests/i1687.scala
new file mode 100644
index 000000000..7da9d2824
--- /dev/null
+++ b/bench/tests/i1687.scala
@@ -0,0 +1,10 @@
+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
+ }
+} \ No newline at end of file