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
[loader] LoadFrom of problematic images should reprobe
[mono-project.git]
/
mcs
/
errors
/
cs1743.cs
blob
d5f806dd5992d6a2b9cb9d7800aa01549f898ffb
1
// CS1743: Cannot specify a default value for the `this' parameter
2
// Line: 6
3
4
static class
C
5
{
6
public static void
Test
(
this
C a
=
null
)
7
{
8
}
9
}