1d88960a19
Fixed commented introduce variable tests.
10 lines
79 B
Kotlin
10 lines
79 B
Kotlin
fun a() {
|
|
val aBcD = 1
|
|
<selection>aBcD</selection>
|
|
}
|
|
/*
|
|
aBcD
|
|
bcD
|
|
d
|
|
i
|
|
*/ |