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

7 lines
124 B
Plaintext
Vendored

// "Add non-null asserted (!!) call" "true"
// WITH_RUNTIME
fun test(s: String?) {
s.run {
this!!.length
}
}