view test/runtime/6929067/T.java @ 12510:11dc3108904f

Fix NodeClass.getFirstLevel(Input|Successor)Positions to use the NODE_LIST constant instead of 0
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 22 Oct 2013 10:31:32 +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");
  }
}