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
@@ -138,7 +138,7 @@ hide system_vtable IoVTable :: IoVTable {
hide system func() Io {
return Io {
context = none,
context = null,
vtable = &system_vtable,
}
}