view test/runtime/6929067/T.java @ 16286:95e147b30dd0

Add graal.test project and ValuePositionTest.
author Josef Eisl <josef.eisl@jku.at>
date Thu, 26 Jun 2014 12:01:22 +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");
  }
}