mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
12 lines
123 B
Text
12 lines
123 B
Text
|
|
/**
|
|
* CLASS XprintDocComments
|
|
*/
|
|
class XPrintDocComments {
|
|
|
|
XPrintDocComments();
|
|
/**
|
|
* FIELD i;
|
|
*/
|
|
int i;
|
|
}
|