aboutsummaryrefslogtreecommitdiff
path: root/new-luxc
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc')
-rw-r--r--new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux2
1 files changed, 1 insertions, 1 deletions
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 (<t>.run argD java-type)
+ (case (<t>.run java-type argD)
(#error.Failure error)
(phase.throw invalid-syntax-for-jvm-type argD)