Files
wren/test/language/inheritance/inherit_from_fiber.wren
T

2 lines
88 B
Plaintext
Raw Normal View History

2015-02-27 08:08:27 -08:00
class Subclass is Fiber {} // expect runtime error: Subclass cannot inherit from Fiber.