Files
kotlin-fork/idea/idea-completion/testData/keywords/InFunctionExpressionBody.kt
T
2015-12-14 13:22:54 +01:00

17 lines
231 B
Kotlin
Vendored

fun foo() = <caret>
// EXIST: do
// EXIST: false
// EXIST: for
// EXIST: fun
// EXIST: if
// EXIST: null
// EXIST: object
// EXIST: super
// EXIST: throw
// EXIST: true
// EXIST: try
// EXIST: when
// EXIST: while
// NOTHING_ELSE