Files
kotlin-fork/idea/testData/quickfix/addExclExclCall/implicit.kt
T

5 lines
84 B
Kotlin
Vendored

// "Add non-null asserted (!!) call" "true"
fun String?.foo() {
<caret>length
}