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-06 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs0081.cs
blob
56ac79d42ee99fb8d22b05f0d51039195bc04106
1
// gcs0081.cs: Type parameter declaration must be an identifier not a type
2
// Line: 4
3
4
class
D
<
string
>
5
{
6
}