view test/runtime/6929067/T.java @ 18907:7536b78cd31d

Truffle: remove references to unsafe in comments
author Andreas Woess <andreas.woess@jku.at>
date Thu, 22 Jan 2015 01:11:06 +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");
  }
}