Hacker News new | ask | show | jobs
by hota_mazi 3535 days ago
And you forget the declaration of the field itself.

Compare with Kotlin:

    class MyFoo(val foo: Foo)
Done.