japl/tests/japl/errors/read_in_own_init.jpl

5 lines
159 B
Plaintext

var a = 1; { var a = a; }
//output:A fatal error occurred while compiling '''', line 1, at ';' -> cannot read local variable in its own initializer
//output: