Files
wren/test/comments/unterminated_nested_block.wren
T

4 lines
56 B
Plaintext
Raw Normal View History

2013-12-23 14:51:06 -08:00
// expect error line 4
IO.write("nope") /* /* /*
*/
oops