Files
kotlin-fork/compiler/testData/ir/box/simple.kt
T

3 lines
53 B
Kotlin
Vendored

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