Type for example:
class FooClass{
    public static void main(String str[]){
        new Object();
    }
}

than point cared befor the new keyword:

class FooClass{
    public static void main(String str[]){
        |new Object();
    }
}

 and type any letter.
Than you see Internal Error Exception error dialog.

It seems that this bug is reproduced only in the body of functions.

Sergey Lavrenkin.


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to