view test/runtime/6929067/T.java @ 17255:c53ff2dc8284

Truffle: aligned expansion logger to changed Graal type name API.
author Christian Humer <christian.humer@gmail.com>
date Mon, 29 Sep 2014 18:39:05 +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");
  }
}