forked from Mirror/wren
2 lines
98 B
Plaintext
2 lines
98 B
Plaintext
class Foo is null {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.
|