Skip to content

Instantly share code, notes, and snippets.

@rayfix
Created April 6, 2017 17:30
Show Gist options
  • Save rayfix/3a78c18726ae05dad9bc2601dbf58fa1 to your computer and use it in GitHub Desktop.
Save rayfix/3a78c18726ae05dad9bc2601dbf58fa1 to your computer and use it in GitHub Desktop.
Create a zombie
class Person {}
unowned var zombie: Person
do {
let alive = Person()
zombie = alive
}
// a zombie is born
zombie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment