diff options
Diffstat (limited to '')
-rw-r--r-- | lux-jvm/source/luxc/lang/directive/jvm.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-jvm/source/luxc/lang/directive/jvm.lux b/lux-jvm/source/luxc/lang/directive/jvm.lux index 7b1b35b52..6063d0df0 100644 --- a/lux-jvm/source/luxc/lang/directive/jvm.lux +++ b/lux-jvm/source/luxc/lang/directive/jvm.lux @@ -1464,9 +1464,9 @@ (list#each ..constraint type_variables) supers (|> method_declarations - (list#each (function (_ (^slots [#name #annotations #type_variables #exceptions #arguments #return])) - (def.abstract_method {jvm.#Public} jvm.noneM name - (/type.method [type_variables arguments return exceptions])))) + (list#each (function (_ (^open "_[0]")) + (def.abstract_method {jvm.#Public} jvm.noneM _#name + (/type.method [_#type_variables _#arguments _#return _#exceptions])))) def.fuse))]]] (directive.lifted_generation (do ! |