1
0
forked from Mirror/wren
Files
wren/test/language/inheritance/inherit_from_null.wren
2015-09-12 10:14:04 -07:00

2 lines
98 B
Plaintext

class Foo is null {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.