diff options
author | Eduardo Julian | 2019-05-12 00:10:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-05-12 00:10:07 -0400 |
commit | 9e6c63e80d3a25db4f2dbc9cef5439b59f03ee0a (patch) | |
tree | 362612f4a4453af0b4adf4c8cd7db5b1abba9e21 /new-luxc | |
parent | 40b78c71285776659191e2df56da33b594879266 (diff) |
Adjusted the analysis to the changes in the interop layer.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux | 2 |
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) |