Files
kotlin-fork/compiler/testData/codegen/box/coroutines
pyos b19b265735 JVM_IR: generate continuation classes for suspend inline references
This is somewhat suboptimal since this results in `::suspendInline`
generating 2 classes while `{ suspendInline() }` only creates 1, but
it's the best allowed by the existing hierarchy of classes in stdlib. At
least it works?

^KT-50832 Fixed
2022-05-09 23:15:05 +00:00
..
2022-02-25 11:46:27 +00:00
2022-04-07 01:08:22 +00:00