-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
generic
-
generic
Name: igT44549 Date: 02/09/99
Compiler Bug:
Test1 compiles without problems (IT SHOULD PRODUCE AN ERROR!)
while Test2 reports correctly an error.
public class Test1
{ private final int test;
public Test()
{ this.test=test; }
}
public class Test2
{ private final int test, i;
public Test()
{ this.test=i; i=test; }
}
(Review ID: 48777)
======================================================================