test/tools/apt/Basics/goldenAggregate.txt

changeset 1
9a66ca7c79fa
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/apt/Basics/goldenAggregate.txt	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +
     1.5 +public class Aggregate {
     1.6 +
     1.7 +  private Aggregate();
     1.8 +
     1.9 +  private static double hypot(double arg0,
    1.10 +    double arg1);
    1.11 +
    1.12 +  public static void main(java.lang.String[] arg0);
    1.13 +
    1.14 +  public boolean equals(Aggregate arg0);
    1.15 +
    1.16 +  public int hashcode();
    1.17 +}

mercurial