KT-759 Filter keywords auto completion according to context

This commit is contained in:
Nikolay Krasko
2011-12-28 17:51:18 +04:00
parent 939f9ac279
commit f259b7d397
11 changed files with 408 additions and 46 deletions
@@ -0,0 +1,4 @@
class TestClass {
val a : Int
ge<caret>
}
@@ -0,0 +1,4 @@
class TestClass {
val a : Int
get()<caret>
}