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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs0307-3.cs
blob
137528f1e9cd6842f2ae979108a83742cd88a0c6
1
// CS0307: The variable `a' cannot be used with type arguments
2
// Line: 9
3
4
public class
Tests
5
{
6
public static void
Test
(
int
a
)
7
{
8
a
<
int
> ();
9
}
10
}