Fixed KT-5142 Code completion of parameter type inserts FQ-name

#KT-5142 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-05-30 19:28:06 +04:00
parent 7973c9bfca
commit 4a7d4dffdf
4 changed files with 13 additions and 8 deletions
@@ -0,0 +1,2 @@
fun foo(p: StringB<caret>) {
}
@@ -0,0 +1,2 @@
fun foo(p: StringBuilder<caret>) {
}