Files
wren/test/core/object/not.wren
T

5 lines
77 B
Plaintext
Raw Normal View History

class Foo {
construct new() {}
}
System.print(!Foo.new()) // expect: false