langtools/test/tools/javac/plugin/showtype/Identifiers.out
changeset 14548 aa687b312c97
equal deleted inserted replaced
14547:86d8d242b0c4 14548:aa687b312c97
       
     1 Identifiers.java:3: Note: type is ()void
       
     2 public class Identifiers {
       
     3        ^
       
     4 Identifiers.java:4: Note: type is double
       
     5     public double E = Math.E;
       
     6                           ^
       
     7 Identifiers.java:4: Note: type is java.lang.Math
       
     8     public double E = Math.E;
       
     9                       ^
       
    10 Identifiers.java:5: Note: type is double
       
    11     public double PI = Math.PI;
       
    12                            ^
       
    13 Identifiers.java:5: Note: type is java.lang.Math
       
    14     public double PI = Math.PI;
       
    15                        ^
       
    16 Identifiers.java:6: Note: type is double
       
    17     public double PIE = PI + E;
       
    18                         ^
       
    19 Identifiers.java:6: Note: type is double
       
    20     public double PIE = PI + E;
       
    21                              ^