1
0
forked from Mirror/wren
Files
wren/test/core/sequence/no_constructor.wren

2 lines
87 B
Plaintext
Raw Normal View History

Sequence.new() // expect runtime error: Sequence metaclass does not implement 'new()'.