> class A
> {
>       final int b;
> 
>       A( int b )
>       {
>               this.b = b;
>       }
> 
>       A()
>       {

You mean this(0); don't you :?

>               A(0);
>       }
> } 


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

Reply via email to