Skip to content

Instantly share code, notes, and snippets.

@pedrolopesme
Created May 31, 2017 22:11
Show Gist options
  • Save pedrolopesme/cc6e628a9ddd8c5e595ba62ce4d7bab1 to your computer and use it in GitHub Desktop.
Save pedrolopesme/cc6e628a9ddd8c5e595ba62ce4d7bab1 to your computer and use it in GitHub Desktop.
fun myFunction(){
var myVar:String? = null;
var myVarLength:Int? = myVar?.length;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment