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
Warnings cleanup
[mcs.git]
/
errors
/
cs0563.cs
blob
b61155386827b7a53f5a592f2a36e8108979f9b6
1
// cs0563.cs: One of the parameters of a binary operator must be the containing type
2
// Line: 4
3
class
X
{
4
public static int operator
+ (
int
a
,
int
b
)
5
{
6
}
7
}