| // RUN_PIPELINE_TILL: FRONTEND | |
| // LANGUAGE:+ProhibitOpenValDeferredInitialization | |
| open class Foo { | |
| <!MUST_BE_INITIALIZED_OR_FINAL_OR_ABSTRACT!><!INCOMPATIBLE_MODIFIERS!>private<!> <!INCOMPATIBLE_MODIFIERS!>open<!> val foo: Int<!> | |
| init { | |
| foo = 1 | |
| } | |
| } | |
| /* GENERATED_FIR_TAGS: assignment, classDeclaration, init, integerLiteral, propertyDeclaration */ |