blob: f50cb85f8478b6fd53e62f9e0586d6c20e014890 [file] [log] [blame]
package interop
object Definitions {
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
const val KT_CONSTANT: String
field = "constant"
get
val ktValue: String
field = #CONSTANT
get
}