[LL FIR] add more lazy resolve tests on status phase
^KT-56551
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
interface Fo<caret>o1 : Foo2 {
|
||||
override fun foo()
|
||||
}
|
||||
|
||||
interface Foo2 : Foo3 {
|
||||
override fun foo()
|
||||
}
|
||||
|
||||
interface Foo3 : Foo1 {
|
||||
override fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user