mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Declaration grouping uses braces rather than parentheses
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
type (
|
||||
type {
|
||||
Any struct #ordered {
|
||||
data: rawptr,
|
||||
type_info: ^TypeInfo,
|
||||
@@ -26,4 +26,4 @@ type (
|
||||
hashes: [dynamic]int,
|
||||
entries: DynamicArray,
|
||||
};
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user