aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/host.jvm.lux')
-rw-r--r--stdlib/source/lux/host.jvm.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/host.jvm.lux b/stdlib/source/lux/host.jvm.lux
index c668431c8..d0952f71e 100644
--- a/stdlib/source/lux/host.jvm.lux
+++ b/stdlib/source/lux/host.jvm.lux
@@ -609,7 +609,7 @@
(<>@wrap (list)))
(<c>.form (<>.and (full-class-name^ imports)
(<>.some (parameter^ imports type-vars))))))]
- (wrap (type.class name parameters))))
+ (wrap (type.class (name.sanitize name) parameters))))
(exception: #export (unexpected-type-variable {name Text}
{type-vars (List (Type Var))})