2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0122-19.cs
blobfd467b3e6fd7126bd870e5551870fd058de647cd
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;