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
resync
[mcs.git]
/
errors
/
cs0631-2.cs
blob
6aa8255cf6fd2ee486282b4d0075f158b9300f53
1
// cs0631-2.cs: ref and out are not valid in this context
2
// Line: 5
3
4
class
X
{
5
public static explicit operator
X
(
ref
X
[]
foo
)
6
{
7
return null
;
8
}
9
}