withNonLocalReturn.kt was disabled for a wrong reason; reported the actual issue and fixed the comment

This commit is contained in:
Anton Bannykh
2016-10-27 12:53:41 +03:00
parent fd2655fd4a
commit 6a1b0b9cbc
@@ -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()