Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 17, 2026 01:14
Show Gist options
  • Select an option

  • Save skydoves/f9928ac349da7fe18d5f3713c64a60f1 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/f9928ac349da7fe18d5f3713c64a60f1 to your computer and use it in GitHub Desktop.
Decompiled Extension Function - Static Method
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