aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux b/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux
index 62fd37fdb..a51d1715b 100644
--- a/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux
+++ b/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux
@@ -20,10 +20,10 @@
["." set]]]
[target
["." jvm #_
- ["." descriptor (#+ Descriptor Value Primitive Object Method)]
["#" type (#+ Bound Generic Class Var Typed Argument Return)
["." box]
- ["." reflection]]]]
+ ["." reflection]
+ ["." descriptor (#+ Descriptor Value Primitive Object Method)]]]]
[tool
[compiler
[analysis (#+ Environment)]