blob: 2c1628d046241c2f803077f2a8cddc44be0ed466 [file] [log] [blame]
package test0367;
/* Regression test for bug 23048 */
public class A {
void theMethod(int i) {
while(i == 2);
}
}