view test/runtime/6929067/T.java @ 8298:1774e72a60b3

Guards with different anchors should be commoned out in the lowering phase
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 15 Mar 2013 16:57:43 +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");
  }
}