aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host.old.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-05-24 21:22:48 -0400
committerEduardo Julian2019-05-24 21:22:48 -0400
commit1c2e2b58bca4e837bed6d701fe16be092be828a3 (patch)
tree1b5d8b4c9baa6f47c6b2051c81305f1f8279b1ba /stdlib/source/lux/host.old.lux
parent9cdc2f44cbcf4e0a627216d295b5f05bd817d6a8 (diff)
Removed the (magical) "export?" annotations tag.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/host.old.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/host.old.lux b/stdlib/source/lux/host.old.lux
index 0c6cfcd9e..32bb3887f 100644
--- a/stdlib/source/lux/host.old.lux
+++ b/stdlib/source/lux/host.old.lux
@@ -370,7 +370,7 @@
[current-module macro.current-module-name
definitions (macro.definitions current-module)]
(wrap (list@fold (: (-> [Text Definition] Class-Imports Class-Imports)
- (function (_ [short-name [_ meta _]] imports)
+ (function (_ [short-name [_ _ meta _]] imports)
(case (macro.get-text-ann (name-of #..jvm-class) meta)
(#.Some full-class-name)
(add-import [short-name full-class-name] imports)