From 6a1b0b9cbca60a81db4e030cda45b05d7ab50f50 Mon Sep 17 00:00:00 2001 From: Anton Bannykh Date: Thu, 27 Oct 2016 12:53:41 +0300 Subject: [PATCH] withNonLocalReturn.kt was disabled for a wrong reason; reported the actual issue and fixed the comment --- .../codegen/box/secondaryConstructors/withNonLocalReturn.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/secondaryConstructors/withNonLocalReturn.kt b/compiler/testData/codegen/box/secondaryConstructors/withNonLocalReturn.kt index dca75a5c661..2e56fdc0e88 100644 --- a/compiler/testData/codegen/box/secondaryConstructors/withNonLocalReturn.kt +++ b/compiler/testData/codegen/box/secondaryConstructors/withNonLocalReturn.kt @@ -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()