Skip to content

Instantly share code, notes, and snippets.

@emregoren
Last active February 13, 2020 15:32
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/a053de5f325cc3cac73b3650c36ba7b5 to your computer and use it in GitHub Desktop.
Save emregoren/a053de5f325cc3cac73b3650c36ba7b5 to your computer and use it in GitHub Desktop.
fun main() {
getUserInfo("1", "2", "3", "4", key = 22)
}
fun getUserInfo(vararg userInfo: String, key: Int) {
userInfo[3]
userInfo.get(3)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment