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