forked from Mirror/wren
2 lines
111 B
Plaintext
2 lines
111 B
Plaintext
class Subclass is Bool {} // expect runtime error: Class 'Subclass' cannot inherit from built-in class 'Bool'.
|