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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs1547-6.cs
blob
d89e3198f359bc8b0edaba1d72a0591dcfd026ef
1
// CS1547: Keyword `void' cannot be used in this context
2
// Line: 6
3
4
class
C
{
5
object
o
=
new void
();
6
}