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

2 lines
97 B
Plaintext
Raw Normal View History

2015-08-15 12:07:53 -07:00
class Foo is 123 {} // expect runtime error: Class 'Foo' cannot inherit from a non-class object.