4ef0096d46
This prevents their inconsistent work in some situations NB: breaks three tests if used alone
5 lines
125 B
Kotlin
Vendored
5 lines
125 B
Kotlin
Vendored
// ERROR: Cannot perform refactoring.\nVariable length has no initializer
|
|
|
|
fun foo(s: String) {
|
|
val l = s.<caret>length
|
|
} |