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

3 lines
36 B
Plaintext

fun foo(x: Foo) {
x.foo(1 + 2)
}