view test/runtime/6929067/T.java @ 10994:9f9c0a163cc5

Merge
author ehelin
date Thu, 20 Jun 2013 10:03:58 +0200
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");
  }
}