mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
in keyword for for and match type
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ type_info_base :: proc(info: ^Type_Info) -> ^Type_Info {
|
||||
return nil;
|
||||
}
|
||||
base := info;
|
||||
match type i : base {
|
||||
match type i in base {
|
||||
case Type_Info.Named:
|
||||
base = i.base;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user