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
b2a7c5737c7f28b2fcfd1f83983464b64d272ed8
wren
/
test
/
inheritance
/
inherit_from_fiber.wren
T
2 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reorganize superclass validation a bit.
2015-02-27 08:08:27 -08:00
class Subclass is Fiber {} // expect runtime error: Subclass cannot inherit from Fiber.
Reference in New Issue
Copy Permalink