aboutsummaryrefslogtreecommitdiff
path: root/src/lux/type/host.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/type/host.clj')
-rw-r--r--src/lux/type/host.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/type/host.clj b/src/lux/type/host.clj
index 9a7546ca4..6e783821c 100644
--- a/src/lux/type/host.clj
+++ b/src/lux/type/host.clj
@@ -256,4 +256,4 @@
(instance? WildcardType gtype)
(if-let [bound (->> ^WildcardType gtype .getUpperBounds seq first)]
(gtype->gclass bound)
- (&/V &/$GenericClass (&/T "java.lang.Object" &/Nil$)))))
+ (&/V &/$GenericWildcard nil))))