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

2 lines
109 B
Plaintext
Raw Normal View History

2015-08-15 12:07:53 -07:00
class Subclass is Map {} // expect runtime error: Class 'Subclass' cannot inherit from built-in class 'Map'.