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
/
cs0119-10.cs
blob
7d57947198d98b5d35a005594df5266f1fc7992f
1
// CS0119: Expression denotes a `namespace', where a `variable', `value' or `method group' was expected
2
// Line: 8
3
4
class
X
5
{
6
public static void
Main
()
7
{
8
System
.
Collections
.
Generic
(
""
);
9
}
10
}