blob: 0301d9d00a0144a81b422328350c1d3f7139849a [file] [log] [blame]
package test0372;
/* Regression test for bug 23048 */
public class A {
void foo(int i) {
if (i == 6) {} else ;
}
}