infix fun String.add(other: String) = "" fun foo(x: String) { x add ("1" + "2") }