KT element: KtClassInitializer FIR element: FirAnonymousInitializerImpl FIR source kind: KtRealSourceElementKind FIR element rendered: [ResolvedTo(BODY_RESOLVE)] init { [ResolvedTo(BODY_RESOLVE)] lval i: R|kotlin/Int| = Int(1) } FIR FILE: FILE: [ResolvedTo(IMPORTS)] initializerConflict.kt package one.two public final [ResolvedTo(STATUS)] class A : R|kotlin/Any| { public [ResolvedTo(STATUS)] [ContainingClassKey=A] constructor(): R|one/two/A| { LAZY_super } } public final [ResolvedTo(SUPER_TYPES)] typealias Foo = R|one/two/A| public final [ResolvedTo(STATUS)] class Foo : R|kotlin/Any| { public [ResolvedTo(STATUS)] [ContainingClassKey=Foo] constructor(): R|one/two/Foo| { LAZY_super } [ResolvedTo(BODY_RESOLVE)] init { [ResolvedTo(BODY_RESOLVE)] lval i: R|kotlin/Int| = Int(1) } }