Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active July 18, 2021 14:48
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 Morfly/e510c9bbdaf66077f3afdb7249e6ae1a to your computer and use it in GitHub Desktop.
Save Morfly/e510c9bbdaf66077f3afdb7249e6ae1a to your computer and use it in GitHub Desktop.
fun myAmazingFunction(
arg1: List<*>,
arg2: Map<*, *>,
) {
println("Hello from myAmazingFunction")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment