Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
classes
/
quotedClassName.kt
blob: 179ad99849418cba8e4eaa82284eb63a3868bae1 [
file
]
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS
class
`A!u00A0`
()
{
val ok
=
"OK"
}
fun box
():
String
{
return
`A!u00A0`
().
ok
}