blob: cf54d38a662fa5d1cc2cad7408ef09f729707e9f [file]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-76898
interface Foo {
operator fun component1() = 42
}
<!DATA_CLASS_OVERRIDE_CONFLICT!>data<!> class Bar(val bar: String): Foo
/* GENERATED_FIR_TAGS: classDeclaration, data, functionDeclaration, integerLiteral, interfaceDeclaration, operator,
primaryConstructor, propertyDeclaration */