FILE: jvm.kt public final class A : R|Some| { public constructor(): super() public final function test(): R|kotlin/Unit| { val res1: R|error: Not supported: FirImplicitTypeRefImpl| = R|/Some.foo|(Int(1)) val res2: R|error: Not supported: FirImplicitTypeRefImpl| = R|/Some.foo|(#(Int(1))) val res3: R|error: Not supported: FirImplicitTypeRefImpl| = R|/Some.bar|(#(Int(0), Int(2), #(Int(2)))) } }