Files
kotlin-fork/idea/testData/intentions/replaceWithInfixFunctionCall/namedArgument.kt
T

4 lines
69 B
Kotlin

// IS_APPLICABLE: false
fun foo(x: Foo) {
x.<caret>foo(bar = x)
}