6 lines
111 B
Kotlin
Vendored
6 lines
111 B
Kotlin
Vendored
// "Add non-null asserted (!!) call" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(a: String?) {
|
|
a<caret>.toLowerCase()
|
|
} |