From 0cb55507c100f6817225e644c2d19e73940edad6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 6 Nov 2017 22:03:42 -0400 Subject: - Fixed some bugs. --- new-luxc/source/luxc/lang/translation/reference.jvm.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new-luxc/source/luxc/lang/translation/reference.jvm.lux') diff --git a/new-luxc/source/luxc/lang/translation/reference.jvm.lux b/new-luxc/source/luxc/lang/translation/reference.jvm.lux index 57336f27c..c9243cae3 100644 --- a/new-luxc/source/luxc/lang/translation/reference.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/reference.jvm.lux @@ -19,7 +19,7 @@ (do meta;Monad [function-class hostL;context] (wrap (|>. ($i;ALOAD +0) - ($i;GETFIELD (text;replace-all "/+" "$" function-class) + ($i;GETFIELD (&;normalize-name function-class) (|> variable i.inc (i.* -1) int-to-nat functionT;captured) commonT;$Object))))) -- cgit v1.2.3