Skip to content

Instantly share code, notes, and snippets.

@atkurukrishna
Created April 30, 2016 09:04
Show Gist options
  • Save atkurukrishna/08272d431410e8246ead019ccaa71c2b to your computer and use it in GitHub Desktop.
Save atkurukrishna/08272d431410e8246ead019ccaa71c2b to your computer and use it in GitHub Desktop.
object SpaceTest {
def function(x :=> Any) = {}
def function(x: => Any) = {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment