Skip to content

Instantly share code, notes, and snippets.

@gabrielbmoro
Last active November 25, 2021 00:29
Show Gist options
  • Save gabrielbmoro/214e0cf246811469a6363bb9d9423689 to your computer and use it in GitHub Desktop.
Save gabrielbmoro/214e0cf246811469a6363bb9d9423689 to your computer and use it in GitHub Desktop.
Example - Not annotated argument
fun showMessage(context: Context, val idRes: Int) {
Toast.makeText(context, idRes, Toast.SHORT_LENGHT).show()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment