blob: d72bbb27a3db79336a2f5ded0593d53941cfdc3f [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
class Flower() {
var minusOne: Int = 1
get() = field + 1
set(n: Int) { field = n - 1 }
}
/* GENERATED_FIR_TAGS: additiveExpression, assignment, classDeclaration, getter, integerLiteral, primaryConstructor,
propertyDeclaration, setter */