dG
foo(first : SomeObj = validSomeObj()) : Bar = foo(first.toString()) foo(first : String = validSomeObj().toString()) : Bar = Bar(first)
Olivier