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
/
cs1556.cs
blob
7c06b609ab7fd53435b9f56539ce05e279d36438
1
// CS1555: `MainTest' specified for Main method must be a valid class or struct
2
// Line: 0
3
// Compiler options: -main:MainTest
4
5
public interface
MainTest
6
{
7
void
Main
(
string
[]
args
);
8
}