repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add comment
[mcs.git]
/
tests
/
dtest-004.cs
blob
52e858d0ec82724185cf420380526014329e80b4
1
class
C
2
{
3
public static dynamic
Create
()
4
{
5
return
1
;
6
}
7
8
public static void
Main
()
9
{
10
var
d
=
Create
();
11
d
.
Foo
();
12
}
13
}