Files
kotlin-fork/compiler/testData/codegen/boxInline/syntheticAccessors/superProperty.1.kt
T
2015-11-11 14:34:47 +03:00

5 lines
58 B
Kotlin
Vendored

import test.*
fun box(): String {
return X.doTest()
}