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
/
cs1105-2.cs
blob
c4d0583eeb1e65e9b21603f0e460cf4a10ab2b90
1
// CS1105: `ITest.Method(this int)': Extension methods must be declared static
2
// Line: 6
3
4
interface
ITest
5
{
6
void
Method
(
this int
a
);
7
}