10 lines
169 B
Plaintext
Vendored
10 lines
169 B
Plaintext
Vendored
// "Replace with safe (this?.) call" "true"
|
|
// WITH_RUNTIME
|
|
var i = 0
|
|
|
|
fun foo(a: String?) {
|
|
a.run {
|
|
i = this?.length ?: <caret>
|
|
}
|
|
}
|
|
/* FIR_COMPARISON */ |