diff options
author | Eduardo Julian | 2017-11-09 14:19:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-11-09 14:19:54 -0400 |
commit | 63624fd6b7f9f2563898655472025020483d398f (patch) | |
tree | 8c3f2f3db00203621c86c07699ade7011918705c /new-luxc/source/luxc/host | |
parent | 0cb55507c100f6817225e644c2d19e73940edad6 (diff) |
- Fixed the tests.
- Fixed a few bugs.
- Can now translate recursion.
Diffstat (limited to 'new-luxc/source/luxc/host')
-rw-r--r-- | new-luxc/source/luxc/host/jvm/def.lux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/host/jvm/def.lux b/new-luxc/source/luxc/host/jvm/def.lux index 1d50ba9f6..60009fb5c 100644 --- a/new-luxc/source/luxc/host/jvm/def.lux +++ b/new-luxc/source/luxc/host/jvm/def.lux @@ -150,7 +150,8 @@ Int ($_ i.+ ClassWriter.COMPUTE_MAXS - ClassWriter.COMPUTE_FRAMES)) + ## ClassWriter.COMPUTE_FRAMES + )) (do-template [<name> <flag>] [(def: #export (<name> version visibility config name parameters super interfaces |