class Test { int f() { try { int k = 0; return k; } finally { } } }