repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0081-2.cs
blob
f1299715af120099de83f94697afc321d10731b4
1
// CS0081: Type parameter declaration must be an identifier not a type
2
// Line: 6
3
4
class
D
5
{
6
public void
Foo
<
int
>()
7
{
8
}
9
}