More efficient code completion + fixed a few bugs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class C {
|
||||
class Nested
|
||||
inner class Inner
|
||||
}
|
||||
|
||||
fun foo(c: C) {
|
||||
c.<caret>
|
||||
}
|
||||
|
||||
// ABSENT: Nested
|
||||
// ABSENT: Inner
|
||||
Reference in New Issue
Block a user