view test/runtime/6929067/T.java @ 1834:22cace5e30b5

6983296: build sanity checks for jdk7 should require SS12u1 Reviewed-by: ohair
author jcoomes
date Wed, 08 Sep 2010 16:10:51 -0700
parents 3b3d12e645e7
children
line wrap: on
line source

public class T
{
  public static boolean foo(boolean bar)
  {
    return bar;
  }

  public static void printIt()
  {
    System.out.println("Hello");
  }
}