aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i1687b.scala
blob: 46bb6649c00a46229a7189c4f6b6488756694efc (plain) (tree)


















                       
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
  }
}