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

4 lines
60 B
Plaintext
Raw Normal View History

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