Files
kotlin/compiler/testData/codegen/boxMultiFile/kt9717/box.kt
Dmitry Petrov 882827bf04 KT-9717, KT-9603:
pass getter/setter-related flags to AccessorForPropertyDescriptor
2015-10-27 12:02:27 +03:00

5 lines
72 B
Kotlin
Vendored

object Test {
val test: String = OK
}
fun box(): String = Test.test