make/test/HelloWorld.apt.gold.txt

changeset 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/make/test/HelloWorld.apt.gold.txt	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,19 @@
     1.4 +
     1.5 +/**
     1.6 + * This class is used to test the results of the langtools build.
     1.7 + */
     1.8 +public class HelloWorld {
     1.9 +
    1.10 +  public HelloWorld();
    1.11 +
    1.12 +  /**
    1.13 +   * The old standby!
    1.14 +   * @param args The parameters are ignored.
    1.15 +   */
    1.16 +  public static void main(java.lang.String... args);
    1.17 +
    1.18 +  /**
    1.19 +   * This declaration is for the benefit of javah tests.
    1.20 +   */
    1.21 +  public native void test();
    1.22 +}

mercurial