[FIR IDE] Fix loop inheritance tests

This commit is contained in:
Igor Yakovlev
2021-06-09 19:21:53 +02:00
parent 3a1057eb60
commit 8012429e31
13 changed files with 184 additions and 174 deletions
@@ -1,3 +1,4 @@
// FIR_IDE_IGNORE
// FILE: I.kt
open class I : <!CYCLIC_INHERITANCE_HIERARCHY!>K<!>() {