repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-06-26 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
gcs0264.cs
blob
b2aafc3ac2f58ffb03cc907632b478f0f7351409
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
}