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