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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
CS0122-10-lib.cs
blob
c48750b2aa6b7c0390224eb463636abb3c960e77
1
using
System
;
2
3
namespace
X
{
4
public class
Y
{
5
internal
Y
(
String test
) {
6
}
7
}
8
}