blob: 2ea69e4129540fa657c5db4de8abc99ee48e8f96 [file] [log] [blame]
class Test {
int f() {
try {
<selection>int k = 0;
return k;</selection>
} finally {
}
}
}