Last active
November 25, 2021 00:29
-
-
Save gabrielbmoro/214e0cf246811469a6363bb9d9423689 to your computer and use it in GitHub Desktop.
Example - Not annotated argument
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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