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-02-27 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs1001.cs
blob
61f9833340e2e6c539f0a648bb6540845672e42d
1
// CS1001: Identifier expected
2
// Line: 6
3
4
class
B
<
T
>
5
{
6
T
Foo
(
T
)
7
{
8
}
9
}