8 lines
107 B
Kotlin
Vendored
8 lines
107 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
<caret>with ("") {
|
|
with ("a") {
|
|
this
|
|
}
|
|
}
|
|
} |