const

fun Declaration.const(name: String, type: Enum, value: Int): Member.Const.Enum
fun Declaration.const(name: String, type: Enum, value: String)


fun Interface.const(name: String, type: INonNullableScalar, value: Any): Nothing

Deprecated (with error)

Can't be used inside interface.