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

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