Files
kotlin-fork/compiler/testData/ir/irText/declarations/kt29833.fir.kt.txt
T
2020-11-26 00:15:13 +03:00

19 lines
243 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
}