Files
kotlin/compiler/testData/codegen/bytecodeText
Dmitry Petrov 042424d599 KT-27524 Don't box (some) inline classes in suspend fun return
If an inline class is mapped to a reference type (or an array), it's Ok
to treat JVM view on a suspend function as returning a value of
corresponding inline class (although in reality it returns 'Any?'
because of COROUTINE_SUSPENDED).
2020-03-27 18:29:36 +03:00
..
2020-01-20 16:00:36 +01:00
2020-01-21 11:26:02 +01:00