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

Thu, 21 Feb 2013 14:43:51 -0800

author
rfield
date
Thu, 21 Feb 2013 14:43:51 -0800
changeset 1601
cd7340a84bb8
parent 0
959103a6100f
permissions
-rw-r--r--

8008405: Now that metafactory is in place, add javac lambda serialization tests
Summary: Tests part of original langtools serialization review.
Reviewed-by: mcimadamore

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

mercurial