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-19 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0631.cs
blob
367eaa3455ee251000fd534dd6fe93a78d2860e2
1
// CS0631: The modifiers `ref' and `out' are not valid in this context
2
// Line: 5
3
4
class
X
{
5
public int this
[
ref int
arg
]
{ set {}
}
6
}