withNonLocalReturn.kt was disabled for a wrong reason; reported the actual issue and fixed the comment
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// TODO enable for JS backend too when KT-7819 will be fixed
|
||||
// TODO enable for JS backend too when KT-14549 will be fixed
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
inline fun run(block: () -> Unit) = block()
|
||||
|
||||
Reference in New Issue
Block a user