8857827dce
#KT-34894 Fixed
7 lines
124 B
Kotlin
Vendored
7 lines
124 B
Kotlin
Vendored
// "Add non-null asserted (!!) call" "true"
|
|
// WITH_RUNTIME
|
|
fun test(s: String?) {
|
|
s.run {
|
|
<caret>length
|
|
}
|
|
} |