diff options
author | Eduardo Julian | 2019-05-18 23:20:58 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-05-18 23:20:58 -0400 |
commit | 77ca0d2049d54e17b0133818dd1667d8c7f4e221 (patch) | |
tree | 77c8e1b482f65c25b2bc0d8c21e864c4fdd5d403 /new-luxc/source/luxc/lang/translation/jvm | |
parent | c246adaad066d7192527a95ffaa49f8668d10d15 (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/jvm')
-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 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) |