Files
kotlin-fork/idea/testData/intentions/replaceWithDotQualifiedMethodCall/parenthesesAroundRightHandArgument.kt.after
T

4 lines
45 B
Plaintext

fun foo(x: String) {
x.plus("1" + "2")
}