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

2 lines
113 B
Plaintext
Raw Normal View History

class Subclass is Fiber {} // expect runtime error: Class 'Subclass' cannot inherit from built-in class 'Fiber'.