Files
kotlin-fork/idea/testData/completion/basic/InGlobalPropertyInitializer.kt
T
2012-09-04 16:37:37 +04:00

7 lines
85 B
Kotlin

val testing = 12
val test = "Hello"
val more = test<caret>
// EXIST: test, testing