view test/runtime/6929067/T.java @ 6774:989cf02ca531

7172012: Make test-in-build an option (Queens) Reviewed-by: ohair, dholmes
author ihse
date Mon, 17 Sep 2012 11:46:25 -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");
  }
}