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
193d10295238677ca1d9f922b5fda4a897972e39
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