view test/runtime/6929067/T.java @ 16850:d6c002f4d2a9

Truffle: fix NPE with -G:-Inline
author Andreas Woess <andreas.woess@jku.at>
date Mon, 18 Aug 2014 17:44:42 +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");
  }
}