Hi Kotlin maintainers :wave:. I think I've found a...
# compiler
a
Hi Kotlin maintainers 👋. I think I've found another "Exception during IR lowering" bug. This is in 1.18.20. I haven't checked K2 yet. Detailed here: https://youtrack.jetbrains.com/issue/KT-58476/Context-receiver-inside-suspended-lambda-c[…]er-suspended-function-causes-Exception-during-IR-lowering Minimized code sample here: https://github.com/deusaquilus/ContextBugTest The code-sample might look a bit contrived because I had to heavily reduce it down from what it was before. Originally the code comes from an error I got while trying to build an SQL DSL.