Hi there.

I noticed something shortly after my previous post.  If I use:
        Foo foo = new Foo();
        foo.doSomething();

instead of:
        new Foo().doSomething();

then it creates the private (non-static) method as expected.

Cheers,
Dan


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

Reply via email to