view test/runtime/6929067/T.java @ 4430:be4914c1c799

add hints to InstanceOfNode and CheckCastNode
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 03 Feb 2012 10:17:33 +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");
  }
}