KT-9666 Inner classes do not appear in type completion
#KT-9666
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ public fun f1(): Outer
|
||||
public fun f2(): Outer.Nested
|
||||
public fun f3(): Outer.Nested.NestedNested
|
||||
public fun f4(): [ERROR : Error function type]
|
||||
public fun f5(): [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
public fun f5(): [ERROR : Error function type]
|
||||
public fun f6(): Outer.Inner
|
||||
public fun f7(): Outer.Inner.InnerInner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user