Files
kotlin-fork/idea/idea-completion/testData/keywords/PrefixMatcher.kt
T
2016-12-13 23:08:47 +03:00

9 lines
140 B
Kotlin
Vendored

// test that sinple prefix matching is used for keywords
p<caret>
// EXIST: package
// EXIST: private
// EXIST: public
// NOTHING_ELSE