open annotation class ModuleInfo : Annotation { constructor(keyBind: Int = 1234) /* primary */ { super/*Any*/() /* () */ } val keyBind: Int field = keyBind get }