7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
<caret>with ("") {
|
|
this.length
|
|
}
|
|
} |