Correct write_type_to_canonical_string for "untyped" types

This commit is contained in:
gingerBill
2026-03-15 18:33:20 +00:00
parent 4b95e8a040
commit 6fc80d9562

View File

@@ -748,8 +748,8 @@ gb_internal void write_type_to_canonical_string(TypeWriter *w, Type *type) {
return;
}
type = default_type(type);
GB_ASSERT(!is_type_untyped(type));
// type = default_type(type);
// GB_ASSERT(!is_type_untyped(type));
switch (type->kind) {
case Type_Basic: