blob: 179ad99849418cba8e4eaa82284eb63a3868bae1 [file] [log] [blame]
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS
class `A!u00A0`() {
val ok = "OK"
}
fun box(): String {
return `A!u00A0`().ok
}