repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0122-20.cs
blob
74553708c58a3308e6489bd1b1d6e2ffb65d5202
1
// cs0122-20.cs: `A.B' is inaccessible due to its protection level
2
// Line: 4
3
4
using
C
=
A
.
B
;
5
6
class
A
7
{
8
class
B
{}
9
}