1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
This commit is contained in:
Brian Fiete 2024-11-01 19:09:30 -04:00
parent d36d076e95
commit 56c41ba302

View file

@ -25,7 +25,7 @@ namespace Tests
{
switch (shape)
{
case .Circle(let x, let y, let radius) when x > 0 && y == 10:
case .Circle(let x, let y, let radius) when x == 10:
return 12;
default:
return 23;