bd38363077
To explicitly specify which test are failing
8 lines
121 B
Kotlin
Vendored
8 lines
121 B
Kotlin
Vendored
// "Replace with safe (?.) call" "true"
|
|
// WITH_RUNTIME
|
|
var i: Int? = 0
|
|
|
|
fun foo(s: String?) {
|
|
i = s<caret>.length
|
|
}
|