KT-14410 Autopopup completion is triggered in string literals for packages

#KT-14410 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-10-26 19:51:59 +03:00
parent a2ebf07a93
commit 0af142edb3
3 changed files with 20 additions and 2 deletions
@@ -0,0 +1,4 @@
fun test() {
"a<caret>"
}