3 lines
53 B
Kotlin
Vendored
3 lines
53 B
Kotlin
Vendored
class Test(val ok: String)
|
|
|
|
fun box() = Test("OK").ok |