view test/runtime/6929067/T.java @ 17142:62d7d16b170b

Merge
author Christian Wimmer <christian.wimmer@oracle.com>
date Wed, 17 Sep 2014 09:33:48 -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");
  }
}