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
cdf3b64ab2055758c663bae9fe1b013594369a03
wren
/
test
/
language
/
inheritance
/
inherit_from_null.wren
T
2 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: error when class inherits from null instead of defaulting to Object
2015-09-12 17:14:04 +00:00
class Foo is null {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.
Reference in New Issue
Copy Permalink