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