mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
The reason is that when it gets captured into the field having name $$continuation inliner fails with an exception as it skips fields starting with '$$' At the same time it doesn't really matter how to call that parameter because it's only visible in Java #KT-17585 In Progress #KT-16603 In Progress