8c9ad81c76
This is necessary to avoid stack overflow errors on large constant expressions.
20 lines
243 B
Plaintext
Vendored
20 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
|
|
|
|
}
|
|
|