The following complies in 11s: ```scala 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 } } ```