view test/runtime/6929067/T.java @ 11544:e5b5a5cb0ac7

Truffle-DSL: polymorphic test asserts now on any child node's parent.
author Christian Humer <christian.humer@gmail.com>
date Fri, 06 Sep 2013 16:11:15 +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");
  }
}