Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created January 18, 2023 14:50
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 alibahaaa/a8253b395d1f9e18d6a4f785b9c4461e to your computer and use it in GitHub Desktop.
Save alibahaaa/a8253b395d1f9e18d6a4f785b9c4461e to your computer and use it in GitHub Desktop.
class Client {
fun operation(prototype: Prototype) {
val prototypeClone = prototype.clone()
// use the clone
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment