KT-9666 Inner classes do not appear in type completion
#KT-9666
This commit is contained in:
@@ -46,7 +46,7 @@ class Y: B() {
|
||||
|
||||
init {
|
||||
B_()
|
||||
B.<!UNRESOLVED_REFERENCE!>B_<!>()
|
||||
B.<!NO_COMPANION_OBJECT, FUNCTION_EXPECTED!>B_<!>()
|
||||
Y.<!UNRESOLVED_REFERENCE!>B_<!>()
|
||||
|
||||
B_S()
|
||||
|
||||
Reference in New Issue
Block a user