repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0563.cs
blob
8598dbf9de31b8ccd3490d009ae466579e16077d
1
// CS0563: 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
}