Files
kotlin-fork/compiler/testData/codegen/box/inlineClasses
Alexander Udalov d124239025 JVM IR: do not attempt to mangle function expressions
For some reasons, lambdas and function expressions are represented
slightly differently in psi2ir. Lambdas are translated to a block with a
function of origin LOCAL_FUNCTION_FOR_LAMBDA and name "<anonymous>", but
function expressions are translated to a block with DEFINED function
"<no name provided>".

Tweak the condition for detecting local functions a bit, to avoid
similar situation in the future if we add some other origins for local
functions.

 #KT-48207 Fixed
2021-08-12 13:50:23 +02:00
..
2020-11-25 17:31:47 +03:00
2020-11-09 16:04:43 +03:00
2020-11-09 16:04:43 +03:00
2020-08-10 10:16:24 +03:00
2020-11-09 16:04:43 +03:00
2020-11-09 16:04:43 +03:00
2020-05-26 11:59:05 +03:00
2021-04-14 10:48:59 +02:00