1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
This commit is contained in:
Brian Fiete 2021-06-19 11:25:00 -07:00
parent 615473369f
commit b83c70e84b

View file

@ -22,7 +22,7 @@ namespace IDETest
}
}
/*int Switch1(Result<int> res)
int Switch1(Result<int> res)
{
switch (res)
{
@ -31,7 +31,7 @@ namespace IDETest
case .Err(let b): //FAIL
return 1;
}
}*/
}
int Switch2(Result<int> res)
{