5 lines
52 B
Text
5 lines
52 B
Text
|
|
int f() {
|
||
|
|
var x = new string[]?[2];
|
||
|
|
return 2;
|
||
|
|
}
|