export default function () { let result: string; try { } finally { result = "Ok"; } return result; }