diff options
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/r/structure.jvm.lux')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/r/structure.jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux b/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux index 16d144f93..bfe0a40a6 100644 --- a/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/r/structure.jvm.lux @@ -6,7 +6,7 @@ [macro]) (luxc ["&" lang] (lang [synthesis #+ Synthesis] - (host [r #+ Expression Statement]))) + (host [r #+ Expression]))) [//] (// [".T" runtime])) |