martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
0 stars 0 forks source link

Disallow recursive definitions #13

Closed fjf2002 closed 1 week ago

fjf2002 commented 1 week ago
int i = i;
println(i);

... runs successfully (I would expect an error) (and prints null)

martin-pabst commented 1 week ago

Thank you! -> Fixed issue.