Name: chT40241 Date: 01/12/98
The following java should produce an error message about something like "invalid forward or circular reference":
public class Self {
public static final int XXX = Self.XXX;
}
======================================================================
- duplicates
-
JDK-4128179 # Add a lint-like facility to javac
-
- Closed
-