org.aspectj/tests/pureJava/ConstantValueConversion.java
2002-12-16 18:51:06 +00:00

8 lines
187 B
Java

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) {
}
}