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
2010-05-13 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git]
/
mcs
/
tests
/
test-377.cs
blob
a35eae71ffa9ecfd836e2245b24ee6779d66d1ff
1
// Compiler options: -r:test-377-lib.dll
2
3
using
System
;
4
using
System
.
Reflection
;
5
6
public class
Tests
{
7
8
public void
test
() {
9
Foo f
=
null
;
10
f
.
foo
(
5
);
11
}
12
13
public static void
Main
() {}
14
}