hotspot/test/runtime/6929067/T.java
author darcy
Wed, 18 Jan 2012 16:43:59 -0800
changeset 11553 4389b722f8dc
parent 5085 4f0c435f8c3c
permissions -rw-r--r--
7130768: Clarify behavior of Element.getEnclosingElements in subtypes Reviewed-by: mcimadamore, jjg

public class T
{
  public static boolean foo(boolean bar)
  {
    return bar;
  }

  public static void printIt()
  {
    System.out.println("Hello");
  }
}