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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
errors
/
cs0122-38.cs
blob
8406845c4b684ccae29b462204c1672e0790736e
1
// CS0122: `InternalClass' is inaccessible due to its protection level
2
// Line: 9
3
// Compiler options: -r:CS0122-38-lib.dll
4
5
class
M
6
{
7
public static void
Main
()
8
{
9
new
InternalClass
();
10
}
11
}