blob: df6e52d634cb7f6668afeefed01c357dbcad8200 [file] [log] [blame]
public class A {
/**
*
*
*/
void foo(long l, int i, String s, Object o) throws IOException {
/* if condition */
if (condition1 && condition2) {
System.out.println(4);
}
}
}