Skip to content

Instantly share code, notes, and snippets.

@pedrolopesme
Created May 31, 2017 22:10
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 pedrolopesme/9746ad916a811e427fa0fcaf6b082b53 to your computer and use it in GitHub Desktop.
Save pedrolopesme/9746ad916a811e427fa0fcaf6b082b53 to your computer and use it in GitHub Desktop.
fun myFunction(){
var myVar:String? = null;
// ↓ Você não pode chamar o .length diretamente
var myVarLength:Int = myVar.length;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment