Skip to content

Instantly share code, notes, and snippets.

@a-dminator
Created September 25, 2017 10:44
Show Gist options
  • Save a-dminator/f06595d6c8fbc07f36a4955075367c30 to your computer and use it in GitHub Desktop.
Save a-dminator/f06595d6c8fbc07f36a4955075367c30 to your computer and use it in GitHub Desktop.
primary-constructor
class A(foo: Bar)
class B(
val foo: Bar)
class C(
foo: Bar,
bar: Foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment