Skip to content

Instantly share code, notes, and snippets.

@ludovicroland
Last active March 20, 2017 10:36
Show Gist options
  • Save ludovicroland/aac7c6c5997f81a5ae4ecd1c597183da to your computer and use it in GitHub Desktop.
Save ludovicroland/aac7c6c5997f81a5ae4ecd1c597183da to your computer and use it in GitHub Desktop.
fun myFunction(a: Int)
{
//...
}
{
val a: Int? = null
//…
myFunction(a!!)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment