blob: 9615802f6697c40278c237454a6cb79283beb11d [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
interface T {
<!WRONG_MODIFIER_CONTAINING_DECLARATION!>final<!> fun component1(): Int = 42
}
<!DATA_CLASS_OVERRIDE_CONFLICT!>data<!> class A(val x: Int) : T
/* GENERATED_FIR_TAGS: classDeclaration, data, functionDeclaration, integerLiteral, interfaceDeclaration,
primaryConstructor, propertyDeclaration */