KT-1950 Don't complete if after val

KT-1894 Do not suggest "trait" after fun
 #KT-1950 fixed
 #KT-1894 fixed
This commit is contained in:
Nikolay Krasko
2012-05-12 17:09:31 +04:00
parent 070a3729e5
commit 9bbdb4cf56
4 changed files with 40 additions and 8 deletions
@@ -0,0 +1,5 @@
fun f<caret>.
// ABSENT: final
// For KT-1894
@@ -0,0 +1,5 @@
val e.<caret>
// ABSENT: else
// For KT-1950