package test0371; /* Regression test for bug 23048 */ public class A { void foo(int i) { if (i == 6); } }