6 lines
73 B
Plaintext
Vendored
6 lines
73 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
<caret>with ("a") {
|
|
this
|
|
}
|
|
} |