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
d1d676b6f589579fdc122c1356a5f1bfd77e21fd
wren
/
test
/
language
/
inheritance
/
inherit_from_nonclass.wren
T
2 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add foreign class support with allocation, construct opcodes, and CLI callback wiring
2015-08-15 19:07:53 +00:00
class Foo is 123 {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.
Reference in New Issue
Copy Permalink