aboutsummaryrefslogtreecommitdiff
path: root/bench/tests/i1687.scala
blob: 7da9d2824b8c226749b73c13face9e32ec715a09 (plain) (blame)
1
2
3
4
5
6
7
8
9
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
  }
}