Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a6417fc509e4365c1ed6addd914701510995cdb2
/
.
/
compiler
/
testData
/
codegen
/
box
/
classes
/
quotedClassName.kt
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
}