// "Add name to argument: 'b = 42'" "true" // LANGUAGE_VERSION: 1.3 operator fun String.invoke(a: Int, b: Int) {} fun g() { ""(a = 1, 42) }