Files
kotlin-fork/compiler/testData/ir/irText/declarations/kt29833.kt.txt
T

20 lines
248 B
Plaintext
Vendored

package interop
object Definitions {
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
const val KT_CONSTANT: String
field = "constant"
get
val ktValue: String
field = super.#CONSTANT
get
}