repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add test to confirm behavior of Control.SetVisibleCore, and remove some redundant...
[mcs.git]
/
tests
/
test-539.cs
blob
8f4ae7b6d56d5bbf0b8a5037cb3412258f4c9c0e
1
// Compiler options: -warnaserror -warn:4
2
3
using
System
;
4
5
public class
Test
6
{
7
static void
Main
()
8
{
9
try
{
10
}
catch
(
Exception
) {
11
}
catch
{
12
}
13
}
14
}