test/tools/javac/plugin/showtype/Identifiers_PI.out

changeset 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/plugin/showtype/Identifiers_PI.out	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,6 @@
     1.4 +Identifiers.java:5: Note: type is double
     1.5 +    public double PI = Math.PI;
     1.6 +                           ^
     1.7 +Identifiers.java:6: Note: type is double
     1.8 +    public double PIE = PI + E;
     1.9 +                        ^

mercurial