KT-759 Filter keywords auto completion according to context
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class TestClass {
|
||||
val a : Int
|
||||
ge<caret>
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class TestClass {
|
||||
val a : Int
|
||||
get()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user