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

19 lines
241 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 = #CONSTANT
get
}