blob: 82aade2a27f1108d69bbeba3f6d1263faf013308 [file] [log] [blame]
class Test(val ok: String)
fun box() = Test("OK").ok