blob: 0699236cd72b821609d6d2f27c9985186c5457b0 [file] [log] [blame]
class A {
{
Object o;
try {
<selection>o = foo();</selection>
}
catch (Exception e) {
}
o.f();
}
}