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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs8085.cs
blob
c2545e9a67fae102e89c39926f61bca2c0b66c18
1
// CS8085: A `using static' directive cannot be used to declare an alias
2
// Line: 4
3
4
using static
S
=
System
;