Files
kotlin-fork/idea/idea-completion/testData/keywords/InArgumentList.kt
T
Valentin Kipyatkov 54836113a7 Better test data format
2015-06-04 17:21:28 +03:00

24 lines
318 B
Kotlin
Vendored

fun foo(p: Int) {
x()
y()
val edge = a.b(<caret>)
z()
}
// EXIST: do
// EXIST: false
// EXIST: for
// EXIST: fun
// EXIST: if
// EXIST: null
// EXIST: object
// EXIST: package
// EXIST: return
// EXIST: super
// EXIST: throw
// EXIST: true
// EXIST: try
// EXIST: when
// EXIST: while
// NOTHING_ELSE