Files
kotlin-fork/compiler/testData/cfg/expressions/callableReferences.values
T

11 lines
255 B
Plaintext

== bar ==
fun bar(): Int = 1
---------------------
1 <v0>: Int NEW: r(1) -> <v0>
=====================
== foo ==
fun foo(): Any = ::bar
---------------------
::bar <v0>: {<: Any} NEW: magic[CALLABLE_REFERENCE](::bar) -> <v0>
=====================