Files
wren/test/language/comments/unterminated_block.wren
T

3 lines
51 B
Plaintext
Raw Normal View History

2013-12-23 14:51:06 -08:00
// expect error line 3
2015-09-15 07:46:09 -07:00
System.print("nope") /*
2013-12-23 14:51:06 -08:00
oops