hotspot/test/runtime/6929067/T.java
author duke
Wed, 05 Jul 2017 19:12:21 +0200
changeset 19945 74049f7a28b4
parent 5085 4f0c435f8c3c
permissions -rw-r--r--
Merge

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

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