1d88960a19
Fixed commented introduce variable tests.
9 lines
71 B
Kotlin
Vendored
9 lines
71 B
Kotlin
Vendored
fun a() {
|
|
val x: Long = 1
|
|
<selection>x</selection>
|
|
}
|
|
/*
|
|
l
|
|
x
|
|
|
|
*/ |