blob: 9af7368772ca3c9a87f94a634846ae59951a1423 [file] [log] [blame]
package test0693;
class X {
void foo() {
/** This JavaDoc is meaning-less according to conventions but should be harmless. */
final int dummy = 0;
}
}