Files
kotlin-fork/kotlin-native/backend.native/tests/compilerChecks
Svyatoslav Scherbina 860f99482a Native: prohibit calling suspend functions from autoreleasepool {}
If a suspend function is called from `autoreleasepool {}` block, this
might cause the autoreleasepool frame to be removed earlier than
expected. See https://youtrack.jetbrains.com/issue/KT-50786 for more
details.

^KT-50786 Fixed
2022-08-23 14:30:54 +00:00
..
2022-06-24 13:49:23 +00:00
2022-06-24 13:49:23 +00:00

These tests aren't invoked so far because there is no mechanism of checking compilation errors yet.