Skip to content

Instantly share code, notes, and snippets.

@drawers
Created June 12, 2021 05:57
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/239e9b2d5eaac14408730ddc75d57af3 to your computer and use it in GitHub Desktop.
Save drawers/239e9b2d5eaac14408730ddc75d57af3 to your computer and use it in GitHub Desktop.
public fun FooSummable.sumInts(): Int {
val sum = bar + baz
return sum
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment