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

2 lines
97 B
Plaintext
Raw Normal View History

class Foo is 123 {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.