add return

This commit is contained in:
Laytan Laats
2025-06-20 22:07:46 +02:00
parent 3a86bc9c6d
commit 3db8972c99

View File

@@ -4688,6 +4688,7 @@ gb_internal Type *type_internal_index(Type *t, isize index) {
};
GB_PANIC("Unhandled type %s", type_to_string(bt));
return nullptr;
};
gb_internal gbString write_type_to_string(gbString str, Type *type, bool shorthand=false, bool allow_polymorphic=false) {