view test/runtime/6929067/T.java @ 13020:60a32bb8ff99

8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1 Reviewed-by: duke
author rbackman
date Wed, 30 Oct 2013 13:14:09 +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");
  }
}