We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f4db7 commit a30a072Copy full SHA for a30a072
1 file changed
tests/analysis/arithmetic.zig
@@ -45,7 +45,6 @@ const mod_u8_u16 = runtime_u8 % runtime_u16;
45
const mod_u8_i16 = runtime_u8 % runtime_i16;
46
// ^^^^^^^^^^ (i16)()
47
48
-// TODO this should be `i16`
49
const shl_i16_u4 = runtime_i16 << runtime_u4;
50
51
0 commit comments