blob: d70163afb3975b1576a7c484ea59a3767177b132 [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);
}
}
}