test/tools/apt/Basics/goldenAggregate.txt

Tue, 07 Oct 2008 15:39:19 -0700

author
jjg
date
Tue, 07 Oct 2008 15:39:19 -0700
changeset 132
a54ef8459576
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6749967: regression tests for apt should be same-vm friendly
Reviewed-by: darcy

     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