diff options
author | Eduardo Julian | 2021-07-12 22:51:25 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-07-12 22:51:25 -0400 |
commit | 86bcfadb774618defaa27bbb9361a93d288fb985 (patch) | |
tree | 48c8422b872ec21d60810a88e47f38c9583f6333 /stdlib/source/lux/tool | |
parent | 86df87512966e8038d70624ab654262ce14a915c (diff) |
A bit more clarity for Licentia licenses.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/tool/compiler/language/lux/phase/extension/analysis/jvm.lux | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/source/lux/tool/compiler/language/lux/phase/extension/analysis/jvm.lux b/stdlib/source/lux/tool/compiler/language/lux/phase/extension/analysis/jvm.lux index 66ef65e71..0d67b2224 100644 --- a/stdlib/source/lux/tool/compiler/language/lux/phase/extension/analysis/jvm.lux +++ b/stdlib/source/lux/tool/compiler/language/lux/phase/extension/analysis/jvm.lux @@ -951,8 +951,7 @@ (recur [next_name nextT]) #.Nil - (/////analysis.throw ..cannot_cast [fromT toT fromC])) - )))))))] + (wrap false)))))))))] (if can_cast? (wrap (#/////analysis.Extension extension_name (list (/////analysis.text from_name) (/////analysis.text to_name) |