KT-1644 Propose types after fun — for receiver type

#KT-1644 fixed
This commit is contained in:
Nikolay Krasko
2012-03-26 17:30:09 +04:00
parent a3d033531f
commit 072a552923
7 changed files with 98 additions and 5 deletions
@@ -0,0 +1,11 @@
fun testing() {}
fun S<caret>
// Should complete types for receiver after explicit basic completion call
// TIME: 1
// EXIST: String
// EXIST: StringBuffer
// EXIST: Set
// ABSENT: testing