upgrade JPL
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1936 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
16
LGPL/JPL/java/jpl/test/ShadowB.java
Normal file
16
LGPL/JPL/java/jpl/test/ShadowB.java
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Created on 22-Nov-2004
|
||||
*
|
||||
* TODO To change the template for this generated file go to
|
||||
* Window - Preferences - Java - Code Style - Code Templates
|
||||
*/
|
||||
package jpl.test;
|
||||
|
||||
|
||||
public class ShadowB extends ShadowA {
|
||||
public String shadow;
|
||||
public ShadowB(String s) {
|
||||
shadow = s;
|
||||
}
|
||||
public static int fieldStaticInt;
|
||||
}
|
Reference in New Issue
Block a user