blob: 6029f7de74092a41e2cbfea5437f68fe4b4d8b47 [file]
// RUN_PIPELINE_TILL: FRONTEND
data class A(val x: Int, val y: String) {
<!CONFLICTING_OVERLOADS!>fun component1()<!> = 1
<!CONFLICTING_OVERLOADS!>fun component2()<!> = 2
}
/* GENERATED_FIR_TAGS: classDeclaration, data, functionDeclaration, integerLiteral, primaryConstructor,
propertyDeclaration */