blob: 8528563e5448f77412220c22f868741c988f3694 [file] [log] [blame]
boolean foo() {
def a = 5
a.times {
if (it==2) return 5
}
}