make/langtools/test/HelloWorld.apt.gold.txt
author egahlin
Mon, 21 Oct 2019 16:29:38 +0200
branchJEP-349-branch
changeset 58714 737134732b4a
parent 48406 26b47ea4c77d
permissions -rw-r--r--
Log unknown event


/**
 * This class is used to test the results of the langtools build.
 */
public class HelloWorld {

  public HelloWorld();

  /**
   * The old standby!
   * @param args The parameters are ignored.
   */
  public static void main(java.lang.String... args);
}