test: update cases to silence 'var is never mutated' errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
comptime {
|
||||
var a: anyerror!bool = undefined;
|
||||
const a: anyerror!bool = undefined;
|
||||
if (a catch false) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user