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
/
cs0611.cs
blob
fd70d189a1b7acb987ebc1f944690542c2e28b47
1
// cs0611.cs: Array elements cannot be of type `System.ArgIterator'
2
// Line: 5
3
4
public class
Sample
{
5
System
.
ArgIterator
[]
arg
;
6
static void
Main
() {}
7
}
8
9
10