class Foo( a: String = "foo", b: Int = a.length, c: Long = (a.length - 1).toLong() )