Try the following code:

public class Dummy {
    public static void main(String[] args) {
        Map map = new HashMap();
        map.clear(;
    }
}

The missing ')' in line 4 is not marked as an error. IDEA displays a green
box at the top of the right "gutter", marking the file as correct.

Michael


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to