mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
13 lines
123 B
Plaintext
13 lines
123 B
Plaintext
|
|
/**
|
|
* CLASS XprintDocComments
|
|
*/
|
|
class XPrintDocComments {
|
|
|
|
XPrintDocComments();
|
|
/**
|
|
* FIELD i;
|
|
*/
|
|
int i;
|
|
}
|