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
/
cs7007.cs
blob
54a6d2c2cc233a291e19aadc62458556dc9482a6
1
// CS7007: A 'using static' directive can only be applied to types but `System' denotes a namespace. Consider using a `using' directive instead
2
// Line: 4
3
4
using static
System
;