aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation
diff options
context:
space:
mode:
authorEduardo Julian2019-05-18 23:20:58 -0400
committerEduardo Julian2019-05-18 23:20:58 -0400
commit77ca0d2049d54e17b0133818dd1667d8c7f4e221 (patch)
tree77c8e1b482f65c25b2bc0d8c21e864c4fdd5d403 /new-luxc/source/luxc/lang/translation
parentc246adaad066d7192527a95ffaa49f8668d10d15 (diff)
Moved some of the reflection machinery to its own modules.
* WIP: Implementation of completeness testing for anonymous classes.
Diffstat (limited to 'new-luxc/source/luxc/lang/translation')
-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 ae54dccc7..e57101660 100644
--- a/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux
+++ b/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux
@@ -719,7 +719,7 @@
(phase.throw invalid-syntax-for-argument-generation [])))
(def: (method-return-type description)
- (-> Text (Operation (Maybe Type)))
+ (-> Text (Operation Return))
(case description
(^ (static jvm.void-descriptor))
(phase@wrap #.None)