kristofdho
class A(foo: Foo) { val bar: Foo = foo }
class A(val bar: Foo)
A modern programming language that makes developers happier.