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
bring XslCompiledTransform to MonoTouch
[mcs.git]
/
errors
/
gcs1109.cs
blob
69b824588e1eb1eb95a464530a80caf7bae3bd1b
1
// CS1109: `C.S.Foo(this string)': Extension methods cannot be defined in a nested class
2
// Line: 8
3
4
5
class
C
6
{
7
static class
S
8
{
9
static void
Foo
(
this string
s
)
10
{
11
}
12
}
13
}