Files
kotlin-fork/backend.native/tests/codegen/object/fields.kt
T

6 lines
100 B
Kotlin

class fields(a:Int) {
public val b:Int
get() = getB()
external fun getB():Int
}