Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0102-12.cs
blob1bf4d5cc4f070df0355d8e1aeda39a5cb1268116
1 // cs0102-12.cs: The type `SampleClass' already contains a definition for `A'
2 // Line: 7
4 public class SampleClass {
5 class A {}
7 public void A () {}