langtools/test/tools/javac/plugin/showtype/Identifiers.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:3: Note: type is ()void
public class Identifiers {
       ^
Identifiers.java:4: Note: type is double
    public double E = Math.E;
                          ^
Identifiers.java:4: Note: type is java.lang.Math
    public double E = Math.E;
                      ^
Identifiers.java:5: Note: type is double
    public double PI = Math.PI;
                           ^
Identifiers.java:5: Note: type is java.lang.Math
    public double PI = Math.PI;
                       ^
Identifiers.java:6: Note: type is double
    public double PIE = PI + E;
                        ^
Identifiers.java:6: Note: type is double
    public double PIE = PI + E;
                             ^