[FIR] Supertype and inheritance checkers group
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class A
|
||||
|
||||
interface B : <!DELEGATION_IN_INTERFACE, INTERFACE_WITH_SUPERCLASS!>A<!> by a {
|
||||
val a: A
|
||||
}
|
||||
|
||||
val test = A()
|
||||
|
||||
interface C : <!DELEGATION_IN_INTERFACE, INTERFACE_WITH_SUPERCLASS!>A<!> by test
|
||||
Reference in New Issue
Block a user