mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Best viable overloading procedure algorithm; no_alias; call expr style casts
This commit is contained in:
+2
-1
@@ -686,7 +686,8 @@ bool type_has_nil(Type *t) {
|
||||
case Basic_any:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
} break;
|
||||
case Type_Slice:
|
||||
case Type_Proc:
|
||||
case Type_Pointer:
|
||||
|
||||
Reference in New Issue
Block a user