Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Last active November 11, 2018 09: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 ozcanzaferayan/77eae843572e040775692389bca98d99 to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/77eae843572e040775692389bca98d99 to your computer and use it in GitHub Desktop.
Kotlin Nedir makalesinde null olamayan bir değişkenin özelliğine erişme
// Üstte "abc" değerini atadığımız a değişkeni nullable olmadığı için
// aşağıdaki atama bir hata vermez
val l = a.length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment