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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-852.cs
blob
3f5001728b84d5bb86fdedb7930ae90d642aa45e
1
// Compiler options: -warnaserror
2
3
public class
Test
4
{
5
#pragma warning disable 1634
6
#pragma warning suppress 56500
7
public static void
Main
()
8
{
9
}
10
#pragma warning restore 1634
11
}