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

2 lines
72 B
Plaintext
Raw Normal View History

2015-02-27 08:08:27 -08:00
class Foo is 123 {} // expect runtime error: Must inherit from a class.