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-26 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs1669-3.cs
blob
df45694f364a86eae6f18c8b38e49c6b0d174e5f
1
// CS1669: __arglist is not valid in this context
2
// Line: 6
3
4
class
C
5
{
6
public static explicit operator
X
(
__arglist
)
7
{
8
return null
;
9
}
10
}