blob: 89264797de2b63377bb914a566c6f53411168842 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// LANGUAGE: +DataClassCopyRespectsConstructorVisibility
<!INCOMPATIBLE_MODIFIERS!>sealed<!> <!INCOMPATIBLE_MODIFIERS!>data<!> class My(val x: Int) {
object Your: My(1)
class His(y: Int): My(y)
}
/* GENERATED_FIR_TAGS: classDeclaration, data, integerLiteral, nestedClass, objectDeclaration, primaryConstructor,
propertyDeclaration, sealed */