package test0693; class X { void foo() { /** This JavaDoc is meaning-less according to conventions but should be harmless. */ final int dummy = 0; } }