Files
wren/test/regression/429.wren

6 lines
183 B
Plaintext
Raw Normal View History

// The missing "}" was not detected by the compiler and reported as an error,
// so it then tried to run the resulting erroneous bytecode and crashed.
// expect error line 6
{
System