Files
kotlin-fork/idea/testData/completion/keywords/InClassNoCompletionInValName.kt
T
2013-12-23 16:43:15 +04:00

6 lines
115 B
Kotlin

class Test {
val <caret>
}
// NUMBER: 0
/* KT-4158 Type "var i" and press space. "var if" is auto-inserted. */