From 9e6c63e80d3a25db4f2dbc9cef5439b59f03ee0a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 May 2019 00:10:07 -0400 Subject: Adjusted the analysis to the changes in the interop layer. --- new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new-luxc') diff --git a/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux b/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux index b3d6281c8..8b8ba87ee 100644 --- a/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux +++ b/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux @@ -696,7 +696,7 @@ (def: (generate-type argD) (-> Text (Operation Type)) - (case (.run argD java-type) + (case (.run java-type argD) (#error.Failure error) (phase.throw invalid-syntax-for-jvm-type argD) -- cgit v1.2.3