From 4d64f3a4220c1b2b762b2f6cf8cbb4a58b162cad Mon Sep 17 00:00:00 2001 From: Pavel Kunyavskiy Date: Mon, 5 Sep 2022 11:51:24 +0200 Subject: [PATCH] Ignore added test for JS backend --- compiler/testData/codegen/box/properties/const/kt52970.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/properties/const/kt52970.kt b/compiler/testData/codegen/box/properties/const/kt52970.kt index 2634dc12d7e..4693bbefcd2 100644 --- a/compiler/testData/codegen/box/properties/const/kt52970.kt +++ b/compiler/testData/codegen/box/properties/const/kt52970.kt @@ -1,3 +1,5 @@ +// IGNORE_BACKEND: JS + open class A(val a: String = DEFAULT_A){ companion object: A(){ const val DEFAULT_A = "O"