view test/runtime/6929067/T.java @ 8100:b861c8af2510

Merge
author hseigel
date Wed, 20 Feb 2013 07:42:01 -0500
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");
  }
}