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
/
cs0264.cs
blob
d7c0672a3488d7bc73556bed3eaf4c6f9098cda6
1
// CS0264: Partial declarations of `Partial<U>' must have the same type parameter names in the same order
2
// Line: 4
3
4
partial class
Partial
<
T
>
5
{
6
}
7
8
partial class
Partial
<
U
>
9
{
10
}