an issue to be reopened ? JSP : bad scope and braces highlighting
the issue
http://www.intellij.net/tracker/idea/viewSCR?publicId=13242
has been closed. but actually a code as simple as
{ int i = 0; }
int i = 0;
is parsed as incorrect (in all the 9xx series, including 977, 992) but it's valid. this works fine in 3.0.5; should I create a new request for it ?
Please sign in to leave a comment.