forked from Mirror/wren
1
test/language/inheritance/inherit_from_null.wren
Normal file
1
test/language/inheritance/inherit_from_null.wren
Normal file
@ -0,0 +1 @@
|
||||
class Foo is null {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.
|
||||
Reference in New Issue
Block a user