Skip to content

Instantly share code, notes, and snippets.

@birojow
Last active May 13, 2024 22:17
Show Gist options
  • Save birojow/c1d31a078e93fb10093d498dbb4af0af to your computer and use it in GitHub Desktop.
Save birojow/c1d31a078e93fb10093d498dbb4af0af to your computer and use it in GitHub Desktop.
fun build(): User {
return User(
name = name,
contactInfo = ContactInfo(
email = "?",
phoneNumber = "?"
),
roles = emptyList()
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment