00001 /* 00002 * Created on 22-Nov-2004 00003 * 00004 * TODO To change the template for this generated file go to 00005 * Window - Preferences - Java - Code Style - Code Templates 00006 */ 00007 package jpl.test; 00008 00009 00010 public class ShadowA { 00011 public int shadow = -1; 00012 public static int fieldStaticInt; 00013 }