view test/runtime/6929067/T.java @ 8319:387339fbc64e

Added build-graal.xml .hgignore. Since it is generated there is no need to version it.
author Christian Humer <christian.humer@gmail.com>
date Sat, 16 Mar 2013 18:24:47 +0100
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");
  }
}