view test/runtime/6929067/T.java @ 12059:c93e0a210e1b

Added tag jdk8-b104 for changeset 104743074675
author cl
date Thu, 22 Aug 2013 09:10:01 -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");
  }
}