class Tester { String x() { String o = ""; <selection> String s; try { s = o; } finally { } return s;</selection> } }