Skip to content

Instantly share code, notes, and snippets.

@cortinico
Created March 13, 2020 09:09
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 cortinico/ff6015b66e87d7928c5c90f8f9263c9d to your computer and use it in GitHub Desktop.
Save cortinico/ff6015b66e87d7928c5c90f8f9263c9d to your computer and use it in GitHub Desktop.
inline class Username(val value: String)
inline class Password(val value: String)
fun login(username: Username, password: Password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment