view test/runtime/6929067/T.java @ 2327:3c76374706ea hs21-b04

7024814: Bump the HS21 build number to 04 Summary: Update the HS21 build number to 04 Reviewed-by: jcoomes
author trims
date Fri, 04 Mar 2011 14:06:22 -0800
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");
  }
}