mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
10 lines
136 B
Kotlin
Vendored
10 lines
136 B
Kotlin
Vendored
// IGNORE_BACKEND: JS_IR
|
|
// IGNORE_BACKEND: JS
|
|
|
|
class `A!u00A0`() {
|
|
val ok = "OK"
|
|
}
|
|
|
|
fun box(): String {
|
|
return `A!u00A0`().ok
|
|
} |