Add filtering of suggested expressions for postfix templates
Do not suggest qualified expression's selector or a part of user type because they aren't really independent expressions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
fun bar() = 1
|
||||
}
|
||||
fun foo(a: A) {
|
||||
val x = a.val<caret>.bar()
|
||||
}
|
||||
Reference in New Issue
Block a user