Skip to content

Instantly share code, notes, and snippets.

@Temidtech
Created July 1, 2019 09:12
Show Gist options
  • Save Temidtech/7d179d75fc092b29376f61ca1a9240b1 to your computer and use it in GitHub Desktop.
Save Temidtech/7d179d75fc092b29376f61ca1a9240b1 to your computer and use it in GitHub Desktop.
var b = 5 
var a = b as String? 
println(a) // Oh my!!! Another crash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment