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