index
:
packages/mono
master-dyson
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mcs
/
errors
/
CS0122-10-lib.cs
blob: c48750b2aa6b7c0390224eb463636abb3c960e77 (
plain
)
1
2
3
4
5
6
7
8
using
System
;
namespace
X
{
public class
Y
{
internal
Y
(
String test
) {
}
}
}