KT-9666 Inner classes do not appear in type completion
#KT-9666
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ fun f() {
|
||||
A().Inner()
|
||||
A.Companion.<!UNRESOLVED_REFERENCE!>Nested<!>
|
||||
A.Companion.<!UNRESOLVED_REFERENCE!>Inner<!>
|
||||
A.<!UNRESOLVED_REFERENCE!>Inner<!>
|
||||
A.<!NO_COMPANION_OBJECT!>Inner<!>
|
||||
A.Companion.c
|
||||
A.Companion.Obj2
|
||||
A.Companion.Obj2.c
|
||||
|
||||
Reference in New Issue
Block a user