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 #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git]
/
mcs
/
errors
/
cs1519-3.cs
blob
3f050dcda634e8757b8e311cf2b6208bbfae6b0f
1
// CS1519: Unexpected symbol `using' in class, struct, or interface member declaration
2
// Line: 5
3
4
class
X { }
5
using
System
;