Ignore added test for JS backend

This commit is contained in:
Pavel Kunyavskiy
2022-09-05 11:51:24 +02:00
committed by teamcity
parent 453faeaa45
commit 4d64f3a422
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JS
open class A(val a: String = DEFAULT_A){
companion object: A(){
const val DEFAULT_A = "O"