mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Correct bit_set printing
This commit is contained in:
@@ -886,6 +886,7 @@ write_type :: proc(using writer: ^Type_Writer, type: doc.Type, flags: Write_Type
|
|||||||
write_type(writer, types[type_types[0]], flags)
|
write_type(writer, types[type_types[0]], flags)
|
||||||
}
|
}
|
||||||
if .Underlying_Type in type_flags {
|
if .Underlying_Type in type_flags {
|
||||||
|
io.write_string(w, "; ")
|
||||||
write_type(writer, types[type_types[1]], flags)
|
write_type(writer, types[type_types[1]], flags)
|
||||||
}
|
}
|
||||||
io.write_string(w, "]")
|
io.write_string(w, "]")
|
||||||
|
|||||||
Reference in New Issue
Block a user