Files
kotlin-fork/compiler/testData/ir/irText/declarations/kt29833.kt.txt
T
2024-02-16 10:19:38 +00:00

20 lines
243 B
Kotlin
Vendored

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