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