Win2k sp2, jdk1.3.1, idea #602

Invoke smart type with the cursor just before null.
Choose "aaa" and press tab.

        public void test() {
                String aaa = "xx";
                String other = null;
        }

Result:
        public void test() {
                String aaa = "xx";
                String other = aaa;null;
        }

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