Skip to content

Instantly share code, notes, and snippets.

@gnarfle
Created March 29, 2013 16:22
Show Gist options
  • Save gnarfle/5271878 to your computer and use it in GitHub Desktop.
Save gnarfle/5271878 to your computer and use it in GitHub Desktop.
def myFunction(x:Int) = {
val y = x
def innerFunction(x: Int) = x
myFunction(x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment