Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
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
]
}