langtools/test/tools/javac/plugin/showtype/Identifiers_PI.out
author jjg
Mon, 19 Nov 2012 11:38:49 -0800
changeset 14548 aa687b312c97
permissions -rw-r--r--
8001098: Provide a simple light-weight "plug-in" mechanism for javac Reviewed-by: mcimadamore

Identifiers.java:5: Note: type is double
    public double PI = Math.PI;
                           ^
Identifiers.java:6: Note: type is double
    public double PIE = PI + E;
                        ^