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