Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */