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