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

Sat, 07 Nov 2020 10:30:02 +0800

author
aoqi
date
Sat, 07 Nov 2020 10:30:02 +0800
changeset 3938
93012e2a5d1d
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag mips-jdk8u275-b01 for changeset eb6ee6a5f2fe

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

mercurial