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
/
cs0307-6.cs
blob
95227d10211ceea9152626dc82ccef80f7c7edd0
1
// CS0307: The type parameter `a' cannot be used with type arguments
2
// Line: 9
3
4
public class
Tests
5
{
6
public static void
Test
<
a
> ()
7
{
8
a
<
int
> ();
9
}
10
}