view test/runtime/6929067/T.java @ 10707:a643c88d164f

Add scopes to capture the graphs in ReplacementsImpl
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 11 Jul 2013 14:45:31 +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");
  }
}