Files
kotlin-fork/idea/testData/completion/keywords/InGetterExpressionBody.kt
T
2014-10-16 15:14:21 +04:00

22 lines
314 B
Kotlin

val prop: Int
get() = <caret>
// EXIST: break
// EXIST: continue
// EXIST: do
// EXIST: false
// EXIST: for
// EXIST: if
// EXIST: null
// EXIST: object
// EXIST: package
// EXIST: return
// EXIST: super
// EXIST: this
// EXIST: throw
// EXIST: true
// EXIST: try
// EXIST: when
// EXIST: while
// NUMBER: 17