From 77ca0d2049d54e17b0133818dd1667d8c7f4e221 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 18 May 2019 23:20:58 -0400 Subject: Moved some of the reflection machinery to its own modules. * WIP: Implementation of completeness testing for anonymous classes.--- new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new-luxc/source/luxc/lang') 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) -- cgit v1.2.3