e6f4d6e6fa
^KT-65406
14 lines
194 B
Kotlin
Vendored
14 lines
194 B
Kotlin
Vendored
open annotation class ModuleInfo : Annotation {
|
|
val keyBind: Int
|
|
field = keyBind
|
|
get
|
|
|
|
constructor(keyBind: Int = 1234) /* primary */ {
|
|
super/*Any*/()
|
|
/* <init>() */
|
|
|
|
}
|
|
|
|
}
|
|
|