mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +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 |