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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0610-3.cs
blob
b4dbd6ea205cef245f80fe44c95404b5dd86ed8d
1
// cs0610-3.cs: Field or property cannot be of type `System.TypedReference'
2
// Line: 5
3
4
public class
Sample
{
5
const
System
.
TypedReference arg
=
null
;
6
}