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-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1611.cs
blob
1a72766a53314cb9182ff6784a8bf2e80a32f7a0
1
// cs1611.cs: The params parameter cannot be declared as ref or out
2
// Line: 6
3
4
class
Test
5
{
6
public static void
Error
(
params ref int
args
) {}
7
}