Fixed KT-5101 Partly qualified name is inserted by code completion

#KT-5101 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-05-28 22:55:18 +04:00
parent 4be1cc2786
commit 073dcd024c
4 changed files with 22 additions and 2 deletions
@@ -0,0 +1,2 @@
fun Str<caret>foo() {
}
@@ -0,0 +1,2 @@
fun StringBuilder<caret>foo() {
}