blob: 3ced2c8b91af40529bc7c030ed489bae83671e4a [file]
// RUN_PIPELINE_TILL: FRONTEND
@file:OptIn(ExperimentalVersionOverloading::class)
class B {
var x: Int = 0
set(<!INVALID_VERSIONING_ON_NON_OPTIONAL!>@IntroducedAt("1")<!> value) {
field = value
}
}
/* GENERATED_FIR_TAGS: annotationUseSiteTargetFile, assignment, classDeclaration, classReference, functionDeclaration,
integerLiteral, propertyDeclaration, stringLiteral */