blob: 743d2f5de4414f064f8775c1d31b6be44a341f6b [file]
// RUN_PIPELINE_TILL: FIR2IR
// DUMP_CFG: LEVELS
object A {
val a = args[1]
}
val rv = A.a + B.b
object B {
val b = args[2]
}
/* GENERATED_FIR_TAGS: additiveExpression, integerLiteral, localProperty, objectDeclaration, propertyDeclaration */