Files
kotlin-fork/idea/testData/completion/keywords/InTopProperty.kt
T
2012-02-08 18:59:26 +04:00

8 lines
136 B
Kotlin

var a : Int = <caret>
// EXIST: else
// EXIST: false
// EXIST: if (...) ... else ...
// EXIST: null
// EXIST: this
// EXIST: true