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
2009-06-05 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1669-2.cs
blob
eebc3f1193d6e98575e974d758ccd34d975f6aea
1
// cs1669-2.cs: __arglist is not valid in this context
2
// Line: 4
3
4
delegate void
F
(
__arglist
);