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

4 lines
53 B
Kotlin

fun foo(x: String) {
<caret>x plus ("1" + "2")
}