Files
kotlin-fork/compiler/testData/ir/irText/lambdas/anonymousFunction.kt
T
Dmitry Petrov ffd9b45ef3 IrFunctionExpression: add 'origin'
This is actually either a LAMBDA or an ANONYMOUS_FUNCTION.
Not quite sure if it's really required, but some tools such as IR-based
decompiler might require this information.
2019-07-19 11:36:19 +03:00

3 lines
52 B
Kotlin
Vendored

// WITH_RUNTIME
val anonymous = fun() { println() }