Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Having fun with Kotlin fun()

Adnan A M
September 21, 2018

Having fun with Kotlin fun()

Slides from my talk at droidcon Vienna 2018.

Adnan A M

September 21, 2018
Tweet

More Decks by Adnan A M

Other Decks in Programming

Transcript

  1. “ Quote a long definition from Wikipedia here….. OR fun

    myFunction() { // pretty awesome function right here }
  2. Resolved Statically Under the hood Receiver Object The static function

    is passed in the receiver object as a parameter
  3. let

  4. run