view test/runtime/6929067/T.java @ 7092:bb6d2860e431

For code installation failure, start the counter so that we don't get an error message if an installation fails shortly after the VM has started
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 29 Nov 2012 15:13:19 +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");
  }
}