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()