7 lines
71 B
Kotlin
Vendored
7 lines
71 B
Kotlin
Vendored
package foo.bar
|
|
|
|
val C = 239
|
|
|
|
fun f() {
|
|
println(foo.bar.<caret>C)
|
|
} |