test/tools/javac/processing/options/XprintDocComments.out

Fri, 21 Dec 2012 08:45:43 -0800

author
darcy
date
Fri, 21 Dec 2012 08:45:43 -0800
changeset 1466
b52a38d4536c
parent 0
959103a6100f
permissions
-rw-r--r--

8005282: Use @library tag with non-relative path for javac tests
Reviewed-by: jjg

     2 /**
     3  * CLASS XprintDocComments
     4  */
     5 class XPrintDocComments {
     7   XPrintDocComments();
     8   /**
     9    * FIELD i;
    10    */
    11   int i;
    12 }

mercurial