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
610952f7275f64f8c5846bf4c4c082d3f2a47d63
wren
/
test
/
language
/
inheritance
/
inherit_from_nonclass.wren
T
2 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First pass at implementing foreign classes.
2015-08-15 12:07:53 -07:00
class Foo is 123 {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.
Reference in New Issue
Copy Permalink