diff options
author | Eduardo Julian | 2020-06-24 22:31:02 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-06-24 22:31:02 -0400 |
commit | aa42fde49c66d73f41b17d4939a9226671442a8a (patch) | |
tree | c54e023d5dfbc271a632567e608087060317c2d1 /lux-jvm/source/luxc/lang/host/jvm | |
parent | c3eab65e3f107f7acdc0c0354770f9b8fbd92c4f (diff) |
Last bug fixes to get the new JVM compiler to fully process the standard library and its tests.
Diffstat (limited to '')
-rw-r--r-- | lux-jvm/source/luxc/lang/host/jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-jvm/source/luxc/lang/host/jvm.lux b/lux-jvm/source/luxc/lang/host/jvm.lux index 841b6a2a9..9301ab4ae 100644 --- a/lux-jvm/source/luxc/lang/host/jvm.lux +++ b/lux-jvm/source/luxc/lang/host/jvm.lux @@ -70,7 +70,7 @@ (template [<name> <base>] [(type: #export <name> - (<base> ..Anchor Inst Definition))] + (<base> ..Anchor ..Inst ..Definition))] [State generation.State] [Operation generation.Operation] |