blob: 13360e421a2140a005e726d90c072d9b1fd4f44c [file] [log] [blame]
package test0364;
/* Regression test for bug 11529 */
public class A {
void theMethod() {
int local;
/* for (int i = 0; i < 5; ++i) {
}*/
}
}