Created
February 17, 2026 01:14
-
-
Save skydoves/f9928ac349da7fe18d5f3713c64a60f1 to your computer and use it in GitHub Desktop.
Decompiled Extension Function - Static Method
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
| public final class ExtensionFunctionKt { | |
| public static String addExclamation(String receiver) { | |
| return receiver + "!"; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment