9 lines
108 B
Kotlin
Vendored
9 lines
108 B
Kotlin
Vendored
fun a() {
|
|
val SOME_CONSTANT = 1
|
|
<selection>SOME_CONSTANT</selection>
|
|
}
|
|
/*
|
|
constant
|
|
i
|
|
someConstant
|
|
*/ |