Files
kotlin-fork/compiler/testData/cfg/declarations/functionLiterals/unusedFunctionLiteral.values
T
2014-06-03 18:17:07 +04:00

13 lines
184 B
Plaintext

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