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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs0102-12.cs
blob
93e5a0f39f8225a3e35bd900e16cb17f2210a8a0
1
// CS0102: The type `SampleClass' already contains a definition for `A'
2
// Line: 7
3
4
public class
SampleClass
{
5
class
A
{}
6
7
public void
A
() {}
8
}