a414843f54
#KT-14500 Fixed
11 lines
284 B
Plaintext
Vendored
11 lines
284 B
Plaintext
Vendored
== foo ==
|
|
fun foo(i: Int) {
|
|
i()
|
|
}
|
|
---------------------
|
|
<v0>: Int NEW: magic[FAKE_INITIALIZER](i: Int) -> <v0>
|
|
i <v1>: * NEW: r(i) -> <v1>
|
|
i() <v2>: * NEW: magic[UNRESOLVED_CALL](i()|<v1>) -> <v2>
|
|
{ i() } <v2>: * COPY
|
|
=====================
|