Title: BUG: Smart insert double ");"

Imagine that I have method foo(List list)

In JSP:

<%
List list = new ArayList();
o.foo(|<Ctrl+Shift+Space>);
%>

The result is:

<%
List list = new ArayList();
o.foo(list););
%>

Doubled ");"

Reply via email to