b97aaf0f71
Relates to #KT-32010
7 lines
71 B
Plaintext
Vendored
7 lines
71 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
|
|
fun foo() {
|
|
val foo: String = ""
|
|
foo.length
|
|
} |