Rename Unit -> Void

This commit is contained in:
KtorZ
2022-12-22 10:42:49 +01:00
parent 5cf9742e5e
commit 2aa4429231
6 changed files with 23 additions and 26 deletions

View File

@@ -1,6 +1,3 @@
// Should this fail or equal true?
// Should != be false or true?
test nil_1() {
Unit == Unit
Void == Void
}