10 lines
161 B
Kotlin
Vendored
10 lines
161 B
Kotlin
Vendored
// test that sinple prefix matching is used for keywords
|
|
|
|
p<caret>
|
|
|
|
// EXIST: package
|
|
// EXIST: private
|
|
// EXIST: protected
|
|
// EXIST: public
|
|
// NOTHING_ELSE
|