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 #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0432-4.cs
blob
a02298a4b77d74fe713326178a0e74920f14fc0f
1
// CS0432: Alias `X' not found
2
// Line: 5
3
4
using
X
=
System
;
5
using
X
::
Collections
.
Generic
;