The following construct (within a class of course) does not get folded:
private MyListener myListener = new MyListener() {
public void onEvent(MyEvent event) throws Exception {
iWantThis();
andThat();
andAnotherThing();
iWantItToday();
soBeQuickAboutIt();
}
};
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs
