// FIR_IDENTICAL // !CHECK_TYPE data class A(val x: Int) fun foo(a: A) { checkSubtype(a.component1()) a.component2() }