This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c6148f89419b63fac5917d3c1c10351c15fdbe77
wren
/
test
/
language
/
inheritance
/
inherit_from_null.wren
T
2 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Error if a class tries to inherit from null.
2015-09-12 10:14:04 -07:00
class Foo is null {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.
Reference in New Issue
Copy Permalink