Skip to content

Instantly share code, notes, and snippets.

@uzilan
Last active June 7, 2022 15:11
Show Gist options
  • Save uzilan/cb11159d272eaca8e1023cc3fe3bca47 to your computer and use it in GitHub Desktop.
Save uzilan/cb11159d272eaca8e1023cc3fe3bca47 to your computer and use it in GitHub Desktop.
fun runExample() {
val address = "Someone somewhere 12345"
val stamp = Stamp(50.0)
val brokenPackage = Package(address, stamp)
val pack = brokenPackage.run {
Package(this.address, this.stamp)
}
MailService.sendPackage(pack)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment