feat: fix nil equals nil, and fix funcs with discard params

This commit is contained in:
Kasey White
2022-12-20 03:02:33 -05:00
committed by Lucas
parent 9177267570
commit ac14512706
2 changed files with 13 additions and 4 deletions

View File

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