Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0426-2.cs
blob2d7d66a92e4e7c1f6b60aaa65b80eacd3f6c5fa3
1 // CS0426: The nested type `M' does not exist in the type `N'
2 // Line: 6
4 class A
6 class B : N.M
11 class N
13 public const string S = "1";