2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0122-19.cs
blob7c3c030334ae28c7e23352bf57d3c1d32cfc5b0b
1 // cs0122-19.cs: `A.IFileWatcher' is inaccessible due to its protection level
2 // Line: 9
3 // Compiler options: -r:CS0122-19-lib.dll
5 namespace A {
6 class C {
7 public static void Main ()
9 IFileWatcher i;