jamesjuett / lobster

Interactive Program Visualization Tools
8 stars 3 forks source link

Bug - Syntax Error by Running Off End #268

Open jamesjuett opened 3 years ago

jamesjuett commented 3 years ago

Repro:

int x = 3;
int y = 

The error doesn't appear on the last as as it should - instead it attempts to show on the following line, which doesn't exist.