Add java code and test cases
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
int x(int i) {
|
||||
println(i);
|
||||
return i;
|
||||
}
|
||||
|
||||
println(x(0) && x(1));
|
Reference in New Issue
Block a user