[FIR] Run FirSupertypesChecker for anonymous objects, ^KT-54300 Fixed

This commit is contained in:
Ivan Kochurkin
2022-10-04 22:14:19 +02:00
committed by Space Team
parent 69ee40325b
commit 1deb253bac
8 changed files with 12 additions and 5 deletions
@@ -4,7 +4,7 @@ FILE: objectDerivedFromInnerClass.kt
super<R|kotlin/Any|>()
}
public final inner class Inner : R|kotlin/Any| {
public open inner class Inner : R|kotlin/Any| {
public Outer.constructor(): R|Outer.Inner| {
super<R|kotlin/Any|>()
}