Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created January 11, 2019 23:41
Show Gist options
  • Select an option

  • Save adam-arold/93e16a138cfe6a21144d8916c5d109db to your computer and use it in GitHub Desktop.

Select an option

Save adam-arold/93e16a138cfe6a21144d8916c5d109db to your computer and use it in GitHub Desktop.
fun Subscription.Companion.create(): Subscription {
TODO("Create new Subscription")
}
fun useIt() {
Subscription.create()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment