From a85bfc405e7acaf86c61fcd8f7987da0200d7b03 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 29 May 2019 23:34:17 -0400 Subject: Various fixes and tweaks. --- luxc/src/lux/compiler/jvm/proc/host.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luxc') diff --git a/luxc/src/lux/compiler/jvm/proc/host.clj b/luxc/src/lux/compiler/jvm/proc/host.clj index 11cf39ee9..0d10d3569 100644 --- a/luxc/src/lux/compiler/jvm/proc/host.clj +++ b/luxc/src/lux/compiler/jvm/proc/host.clj @@ -165,7 +165,7 @@ &&/unwrap-char (.visitInsn Opcodes/IRETURN)) - (&/$GenericClass _class-name (&/$Nil)) + (&/$GenericClass _class-name _) (doto writer (.visitTypeInsn Opcodes/CHECKCAST (&host-generics/->bytecode-class-name _class-name)) (.visitInsn Opcodes/ARETURN)) -- cgit v1.2.3