// DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_COLLECTIONS // WITH_RUNTIME // KJS_WITH_FULL_RUNTIME open class A : HashMap() fun box(): String { val a = object : A() {} a["OK"] = "OK" return a["OK"]!! }