org.aspectj/tests/pureJava/ConstantValueConversion.java

8 lines
187 B
Java
Raw Normal View History

2002-12-16 19:51:06 +01:00
public class ConstantValueConversion {
// if this isn't stored as 3L, we're not verifying.
public static final long FOO = 3;
public static void main(String[] args) {
}
}