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
2010-04-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs0081-3.cs
blob
6a86cf1f0673f7814c40b1b6aba9b71761763358
1
// gcs0081.cs: Type parameter declaration must be an identifier not a type
2
// Line: 4
3
4
partial class
A
<
T
,
bool
>
5
{
6
}
7
8
partial class
A
<
T
,
O
>
9
{
10
}