Created
January 11, 2019 23:41
-
-
Save adam-arold/93e16a138cfe6a21144d8916c5d109db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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