Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 1c9bfb4c3073663bf9e19a251361c5ef3192187f (plain) (blame)
1
2
3
// test036 
public class A {
void foo(){if ((condition1 && condition2) || (condition3 && condition4)) { doSomething(); }}}

Back to the top