view test/runtime/6929067/T.java @ 7534:417bd4ca6e4a

handle InvokeWithExceptionNode when inlining macro nodes
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 23 Jan 2013 16:44:46 +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");
  }
}