Win2k sp2, jdk 1.4.0_01, idea #634.
public MyClass extends Something {
int aField;
public MyClass() {
super(aField);
}
}The use of aField in the call to super is not highlighted as an error. Carlos --- Carlos Costa e Silva <[EMAIL PROTECTED]> _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
