view test/runtime/6929067/T.java @ 15247:dea854d572a9

add LocationIdentity to CompareAndSwapNode
author twisti
date Fri, 18 Apr 2014 08:25:00 -1000
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");
  }
}