blob: aeafa0a8af856dd096d80db2f53d97eb6fcdd552 [file] [log] [blame]
def foo (def a,
def int b ,
def final c)
{
a+b+c
}
-----
def foo(def a,
def int b,
def final c) {
a + b + c
}