mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
|
|
// 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
|