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