Files
2018-08-02 09:52:48 +02:00

3 lines
53 B
Kotlin
Vendored

class Test(val ok: String)
fun box() = Test("OK").ok