2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0122-20.cs
blob74553708c58a3308e6489bd1b1d6e2ffb65d5202
1 // cs0122-20.cs: `A.B' is inaccessible due to its protection level
2 // Line: 4
4 using C = A.B;
6 class A
8 class B {}