langtools/make/test/HelloWorld.apt.gold.txt
author jrose
Wed, 27 Feb 2008 00:23:37 -0800
changeset 203 2e348cc9121a
parent 10 06bc494ca11e
permissions -rw-r--r--
6610906: inexplicable IncompatibleClassChangeError Summary: dependency check must treat polymorphic interfaces consistently Reviewed-by: kvn, never, sgoldman


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