mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 11:20:08 +00:00
Implement #complete switch by default, replace with #partial switch #511
This commit is contained in:
@@ -137,7 +137,7 @@ kind_to_string := [len(Kind)]string{
|
||||
};
|
||||
|
||||
precedence :: proc(op: Kind) -> int {
|
||||
switch op {
|
||||
#partial switch op {
|
||||
case Question:
|
||||
return 1;
|
||||
case Or:
|
||||
|
||||
Reference in New Issue
Block a user