4 lines
51 B
Text
4 lines
51 B
Text
|
|
void foo() {
|
||
|
|
var x = new S[]{S null};
|
||
|
|
return;
|
||
|
|
}
|