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,7 @@
class Test {
val Str<caret>
}
// TIME: 1
// EXIST: String~(jet)
// EXIST: StringBuffer