mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
class Subclass is Num {} // expect runtime error: Class 'Subclass' cannot inherit from built-in class 'Num'.
|