blob: 2562f139c444748370f364ca1de191860cb1927f [file] [log] [blame]
def r() {
def a = 0
try {
} catch (Exception e) {
a = ""
}
finally {
<ref>a
}
}