rename none to null

This commit is contained in:
2026-07-22 00:48:44 +02:00
parent 979a8e5f07
commit 77696e19c9
9 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ handles_sparse_enum_get test {
eof :: get(&names, TestEnum.eof)
try testing.expect_type(?[]u8, eof)
try testing.expect_equal(none, eof)
try testing.expect_equal(null, eof)
}