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
/
gtest-333.cs
blob
04892ec75093a1571b11423fe120fe48256daf12
1
public class
Test
2
{
3
public static void
Main
()
4
{
5
}
6
7
public static void
Foo
(
object
arg
)
8
{
9
string
result
=
arg
as string
??
""
;
10
}
11
}