Files
kotlin-fork/idea/testData/completion/keywords/PrefixMatcher.kt
T
2014-10-16 15:14:23 +04:00

10 lines
158 B
Kotlin

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