blob: 91b3b43e98fac426a237daacb361efb97295e679 [file] [log] [blame]
Identifiers.java:5: Note: type is double
public double PI = Math.PI;
^
Identifiers.java:6: Note: type is double
public double PIE = PI + E;
^