langtools/make/test/HelloWorld.apt.gold.txt
author mcimadamore
Tue, 28 Oct 2008 14:05:59 +0000
changeset 1538 3cbbc9424f43
parent 10 06bc494ca11e
permissions -rw-r--r--
6763518: Impossible to suppress raw-type warnings Summary: Check.validate(Type) should be invoked after -Xlint is augmented in Attr.visitVarDef Reviewed-by: darcy


/**
 * 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);

  /**
   * This declaration is for the benefit of javah tests.
   */
  public native void test();
}