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
/
gcs0402.cs
blob
e48662d7e5731074585bf09ed54ef02650ccc9ec
1
// gcs0402.cs: `TestClass<T>.Main()': an entry point cannot be generic or in a generic type
2
// Line: 7
3
// Compiler options: -warnaserror -warn:4
4
5
class
TestClass
<
T
>
6
{
7
public static void
Main
()
8
{
9
}
10
}