Skip to content

Instantly share code, notes, and snippets.

@emregoren
Created February 14, 2020 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emregoren/2eedbe9318fe1e8bdc66e9912da83089 to your computer and use it in GitHub Desktop.
Save emregoren/2eedbe9318fe1e8bdc66e9912da83089 to your computer and use it in GitHub Desktop.
fun printUserInfo(name: String, getSurName: (surName: String) -> String = { "" }, age: Int): Unit {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment