warning diagnostics for unused locals

This commit is contained in:
2026-07-08 18:45:55 +02:00
parent f171a6579d
commit 5e18df9bc1
10 changed files with 378 additions and 112 deletions
@@ -33,7 +33,7 @@ main func() i32 {
# optional pointer none -> skipped
z ?@i32 = none
if z |q| {
if z |_| {
total = total + 1000
}