repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-11-17 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
cs1529.cs
blob
3522cc4f0d5a6a1797b28a5958d06c3915898546
1
// cs1529.cs: A using clause must precede all other namespace elements except extern alias declarations
2
// Line: 4
3
class
X { }
4
using
System
;