summaryrefslogtreecommitdiffstats
path: root/tests/pureJava/ConstantValueConversion.java
blob: d5e37554575db5e1818a846704f8df6fec6925e4 (plain)
1
2
3
4
5
6
7
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) {
    }
}