Skip to content

Instantly share code, notes, and snippets.

@koher
Created July 7, 2017 00:30
Show Gist options
  • Save koher/b036327db12de8b077491f08d316a744 to your computer and use it in GitHub Desktop.
Save koher/b036327db12de8b077491f08d316a744 to your computer and use it in GitHub Desktop.
val a: Int = 999
val b: Int? = a
val c: Int? = a
println(b === c) // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment