1 /*
2  * Created on 22-Nov-2004
3  *
4  * TODO To change the template for this generated file go to
5  * Window - Preferences - Java - Code Style - Code Templates
6  */
7 package jpl.test;
8 
9 
10 public class ShadowA {
11 	public int	shadow	= -1;
12 	public static int fieldStaticInt;
13 }