repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
gtest-109.cs
blob
ec3ff5280dc1e5692207d691d1a8d7f16881d930
1
using
System
;
2
3
class
X
{
4
public static void
Main
()
5
{
6
int
[]
foo
=
null
;
7
Array
.
Resize
(
ref
foo
,
10
);
8
}
9
}