From c19b19a2d48c3937bae72982cbb88b78d21b3891 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 01:35:52 -0400 Subject: Updated new compilers w.r.t. removal of tags/labels. --- lux-jvm/source/luxc/lang/directive/jvm.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-jvm/source/luxc/lang/directive/jvm.lux') 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 ! -- cgit v1.2.3