Skip to content

Instantly share code, notes, and snippets.

@drawers
Created June 12, 2021 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drawers/c64371aa530ffa1285aebf578cf8e1df to your computer and use it in GitHub Desktop.
Save drawers/c64371aa530ffa1285aebf578cf8e1df to your computer and use it in GitHub Desktop.
@IntSummable
data class Foo(
val bar: Int = 234,
val baz: Int = 123
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment