view test/runtime/6929067/T.java @ 6623:e8fb566b9466 jdk8-b54

Added tag hs24-b21 for changeset 9e3ae661284d
author amurillo
date Fri, 24 Aug 2012 15:51:20 -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");
  }
}