Win2k sp2, jdk1.3.1_03, idea #616

Object a = xxx;
xxx = null;
return a;

Inline a. Result:

xxx = null;
return xxx;

Not really what I wanted :).
This should be corrected.

Carlos

-- 
Carlos Costa e Silva <[EMAIL PROTECTED]>


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

Reply via email to