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
103b9a133b134693f2539c4984080f4366db386a
wren
/
test
/
language
/
inheritance
/
inherit_from_range.wren
T
2 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor: extract validateSuperclass helper and move subclassing tests to inheritance directory
2015-02-27 16:08:27 +00:00
class Subclass is Range {} // expect runtime error: Subclass cannot inherit from Range.
Reference in New Issue
Copy Permalink