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