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
0a4f1b370c2eb9633aa845409146bae5c7b37084
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