aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/statement/jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/statement/jvm.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/lang/statement/jvm.lux b/new-luxc/source/luxc/lang/statement/jvm.lux
index 4ca0744db..bc0cd375e 100644
--- a/new-luxc/source/luxc/lang/statement/jvm.lux
+++ b/new-luxc/source/luxc/lang/statement/jvm.lux
@@ -16,9 +16,9 @@
["." check (#+ Check)]]
[target
[jvm
- ["." descriptor (#+ Descriptor)]
["." type (#+ Var Parameter Class Argument Typed Return)
- [".T" lux]]]]
+ [".T" lux]
+ ["." descriptor (#+ Descriptor)]]]]
[tool
[compiler
["." statement (#+ Handler Bundle)]