Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
implicitResolveWithJump.kts
blob: e546914fed2e16c06306e916e7c872b512f543a4 [
file
]
// FIR_IDENTICAL
// DUMP_CFG: LEVELS
object
A
{
val a
=
args
[
1
]
}
val rv
=
A
.
a
+
B
.
b
object
B
{
val b
=
args
[
2
]
}