Files
kotlin-fork/idea/testData/completion/keywords/InArgumentList.kt
T
2014-12-29 17:27:30 +03:00

23 lines
302 B
Kotlin

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