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-368.cs
blob
db9f694f2879cc2d2d70b2b534a8d47d84c26c6b
1
class
X
{
2
3
public static void
Main
()
4
{
5
int
n
=
0
;
6
7
try
{
8
}
finally
{
9
switch
(
n
){
10
case
0
:
11
break
;
12
}
13
}
14
}
15
}