This bug is fixed in the build #514. Thanks.
 
Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------
----- Original Message -----
Sent: Friday, November 02, 2001 9:35 PM
Subject: [Eap-list] Live error checking bug #513

If you declare two arrays on the same line like so:

 

public class A {

    private int a[], b[];

 

    public void c () {

        a = new int[2];

        b = new int[3];

    }

}

 

IDEA says that b is in error.  “Incompatible types.  Found: int[], required int[][].”

 

Kind regards,

Henry Stern
Developer
MathResources Inc.
[EMAIL PROTECTED]
Tel: (902) 429-1232
Fax: (902) 492-7101

 

Reply via email to