Don't allow to use own nested classes when resolve header of (companion) object
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
interface I<F, G>
|
||||
|
||||
val aImpl: A.Interface
|
||||
get() = null!!
|
||||
|
||||
object A : <!UNRESOLVED_REFERENCE!>Nested<!>(), <!UNRESOLVED_REFERENCE, DELEGATION_NOT_TO_INTERFACE!>Interface<!> by aImpl, I<<!UNRESOLVED_REFERENCE!>Nested<!>, <!UNRESOLVED_REFERENCE!>Interface<!>> {
|
||||
|
||||
class Nested
|
||||
|
||||
interface Interface
|
||||
}
|
||||
Reference in New Issue
Block a user