Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
implicitResolveWithJump.kts
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 */