Make all types support "!" so "if (!foo)" works reliably for all objects.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
IO.print(null) // expect: null
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
IO.print(null) // expect: null
|
||||