Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created November 29, 2018 00:32
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 cassiozen/e707435bde8d243a4945080914346301 to your computer and use it in GitHub Desktop.
Save cassiozen/e707435bde8d243a4945080914346301 to your computer and use it in GitHub Desktop.
var nullableGreeting: String? = "Hello, World"
nullableGreeting = null // Works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment