test/tools/apt/Basics/goldenAggregate.txt

Sat, 01 Dec 2007 00:00:00 +0000

author
duke
date
Sat, 01 Dec 2007 00:00:00 +0000
changeset 1
9a66ca7c79fa
permissions
-rw-r--r--

Initial load

     2 public class Aggregate {
     4   private Aggregate();
     6   private static double hypot(double arg0,
     7     double arg1);
     9   public static void main(java.lang.String[] arg0);
    11   public boolean equals(Aggregate arg0);
    13   public int hashcode();
    14 }

mercurial