view test/runtime/6929067/T.java @ 20758:6baea9ff2da1

8061523: Increment hsx 25.31 build to b02 for 8u31-b05 Reviewed-by: jcoomes
author asaha
date Mon, 20 Oct 2014 13:04:19 -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");
  }
}