4 lines
No EOL
48 B
Text
4 lines
No EOL
48 B
Text
void f(int[] x, int[]? y) {
|
|
x = y;
|
|
return;
|
|
} |