FILE: jvm.kt public final class User : R|AnnotatedDerived| { public constructor(): super() public final function test(): R|kotlin/Unit| { val x: R|error: Not supported: FirImplicitTypeRefImpl| = #(String(123)) val y: R|error: Not supported: FirImplicitTypeRefImpl| = #(Null(null)) } }