e6f4d6e6fa
^KT-65406
20 lines
243 B
Kotlin
Vendored
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
|
|
|
|
}
|
|
|