Files
wren/test/language/inheritance/inherit_from_fn.wren
T
Bob Nystrom 64eccdd9be Reorganize tests and benchmark scripts.
Mainly to get rid of one top level directory. But this will
also be useful when there are tests of the embedding API.
2015-03-14 12:45:56 -07:00

2 lines
82 B
Plaintext

class Subclass is Fn {} // expect runtime error: Subclass cannot inherit from Fn.