blob: baef127cc9774f534755bef7d94252d4ce3fbd52 [file]
// RUN_PIPELINE_TILL: BACKEND
// SKIP_TXT
// FIR_IDENTICAL
package foo.bar
var baz = 1
fun test() {
foo.bar.baz++
}
/* GENERATED_FIR_TAGS: assignment, functionDeclaration, incrementDecrementExpression, integerLiteral,
propertyDeclaration */