9 lines
196 B
Kotlin
Vendored
9 lines
196 B
Kotlin
Vendored
// TODO: muted automatically, investigate should it be ran for JS or not
|
|
// IGNORE_BACKEND: JS
|
|
|
|
// WITH_REFLECT
|
|
|
|
class A(val result: String = "OK")
|
|
|
|
fun box(): String = ::A.callBy(mapOf()).result
|