Files
wren/test/inheritance/inherit_from_class.wren
T

2 lines
88 B
Plaintext
Raw Normal View History

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