KT-9666 Inner classes do not appear in type completion
#KT-9666
This commit is contained in:
@@ -12,5 +12,5 @@ class C {
|
||||
|
||||
fun f() {
|
||||
<!NO_COMPANION_OBJECT, FUNCTION_EXPECTED!>TestInterface<!>()
|
||||
C.<!UNRESOLVED_REFERENCE!>I<!>()
|
||||
C.<!NO_COMPANION_OBJECT, FUNCTION_EXPECTED!>I<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user