Keyword completion: use proper prefix matcher for keyword completion

fixes #KT-32519
This commit is contained in:
Max Medvedev
2019-07-09 17:11:36 +03:00
parent ee37a0aa9f
commit 5d35bebacd
4 changed files with 14 additions and 4 deletions
@@ -0,0 +1,5 @@
fun foo() {
куе<caret>
}
// EXIST: { lookupString: "return", itemText: "return", tailText: null, attributes: "bold" }