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
[Http]: Cosmetic, remove some dead code.
[mono-project.git]
/
mcs
/
errors
/
cs1536.cs
blob
1d4f27754f4f6305f41154972cdd8a5c03525086
1
// CS1536: Invalid parameter type `void'
2
// Line: 8
3
4
using
System
;
5
6
class
X
7
{
8
void
Test
(
void
a
)
9
{ }
10
}