11a3482970
#KT-38632 Fixed
6 lines
102 B
Plaintext
Vendored
6 lines
102 B
Plaintext
Vendored
// "Replace with dot call" "true"
|
|
// WITH_RUNTIME
|
|
fun foo(a: String) {
|
|
val b = a
|
|
.length
|
|
} |