Files
kotlin-fork/compiler/testData/cfg/bugs/unresolvedInvokeOnResolvedVar.values
T

20 lines
460 B
Plaintext
Vendored

== A ==
class A
---------------------
=====================
== test ==
fun test(a: A) {
a { }
}
---------------------
<v0>: A NEW: magic[FAKE_INITIALIZER](a: A) -> <v0>
a <v2>: * NEW: r(a) -> <v2>
{ } <v1>: * NEW: r({ }) -> <v1>
a { } <v3>: * NEW: magic[UNRESOLVED_CALL](a { }|<v1>, <v2>) -> <v3>
{ a { } } <v3>: * COPY
=====================
== anonymous_0 ==
{ }
---------------------
=====================