repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0122-19.cs
blob
7c3c030334ae28c7e23352bf57d3c1d32cfc5b0b
1
// cs0122-19.cs: `A.IFileWatcher' is inaccessible due to its protection level
2
// Line: 9
3
// Compiler options: -r:CS0122-19-lib.dll
4
5
namespace
A
{
6
class
C
{
7
public static void
Main
()
8
{
9
IFileWatcher i
;
10
}
11
}
12
}