blob: 95a55eaa8c93e67c47b43d65175dae231431df7e [file] [log] [blame]
def boo = {def a,
def int b ,
def final c ->
a+b+c
}
-----
def boo = { def a,
def int b,
def final c ->
a + b + c
}