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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14548
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     1
Identifiers.java:5: Note: type is double
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     2
    public double PI = Math.PI;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     3
                           ^
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     4
Identifiers.java:6: Note: type is double
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     5
    public double PIE = PI + E;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     6
                        ^