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:
@@ -0,0 +1,5 @@
|
||||
fun f<caret>.
|
||||
|
||||
// ABSENT: final
|
||||
|
||||
// For KT-1894
|
||||
@@ -0,0 +1,5 @@
|
||||
val e.<caret>
|
||||
|
||||
// ABSENT: else
|
||||
|
||||
// For KT-1950
|
||||
Reference in New Issue
Block a user