Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
kt29833.kt.txt
blob: 63247887ab1d45c95eade5e1a304e63526e0432a [
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
}