mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[Native] Export KDoc into generated native header
This commit is contained in:
@@ -247,7 +247,7 @@ void processUnhandledKotlinException(KRef throwable) {
|
||||
|
||||
RUNTIME_NORETURN void TerminateWithUnhandledException(KRef throwable) {
|
||||
concurrentTerminateWrapper([=]() {
|
||||
processUnhandledKotlinException(throwable);
|
||||
processUnhandledKotlinException(throwable);
|
||||
konan::abort();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user