Last active
April 3, 2019 13:05
-
-
Save ismailgungor/2e24b8b1947e3ead52581b57a0670b4d 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
| interface Personnel { | |
| fun prepareProduct(name: String): Product | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment