blob: 17d0a1653a15e1780653420ea075c39df6897162 [file] [log] [blame]
class Tester {
String x() {
String o = "";
<selection>
String s;
try {
s = o;
}
finally {
}
return s;</selection>
}
}