Files
kotlin-fork/compiler/testData/cfg/declarations/functionLiterals/unusedFunctionLiteral.values
T

13 lines
202 B
Plaintext
Vendored

== foo ==
fun foo() {
{}
}
---------------------
{} <v0>: * NEW: r({}) -> <v0>
{ {} } <v0>: * COPY
=====================
== anonymous_0 ==
{}
---------------------
=====================