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

3 lines
44 B
Kotlin

fun foo(x: Foo) {
<caret>x foo (1 + 2)
}