view test/runtime/6929067/T.java @ 12196:34aa07e92d22

Added tag jdk8-b108 for changeset 85072013aad4
author cl
date Thu, 19 Sep 2013 09:36:51 -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");
  }
}