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