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

3 lines
40 B
Kotlin

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