7 lines
93 B
Plaintext
Vendored
7 lines
93 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: true
|
|
|
|
fun foo() {
|
|
val foo: String = ""
|
|
foo.length
|
|
} |