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
2010-04-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1108.cs
blob
25ea11145c7b198096a76c41eae948a4dd3aeb1d
1
// cs1108: A parameter cannot have specified more than one modifier
2
// Line: 6
3
4
public class
C
5
{
6
public void
Foo
(
ref out int
)
7
{
8
}
9
}