Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created July 16, 2015 12:48
Show Gist options
  • Save Opalo/87c196d4f9d434efea39 to your computer and use it in GitHub Desktop.
Save Opalo/87c196d4f9d434efea39 to your computer and use it in GitHub Desktop.
def lol(Map m, String s) {
println("s=$s")
println("m=$m")
}
lol("a", type:3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment