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
/
cs0509-5.cs
blob
25c7626e275f4dc73514f2160c20a66d66223f08
1
// CS0509: `X': cannot derive from sealed type `int'
2
// Line: 4
3
4
class
X
:
int
5
{
6
}