Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created September 27, 2022 20:08
Show Gist options
  • Save s1monw1/f456a2ce871f6663a92748b5f7cce4a8 to your computer and use it in GitHub Desktop.
Save s1monw1/f456a2ce871f6663a92748b5f7cce4a8 to your computer and use it in GitHub Desktop.
class MyClass(val i: Int)
fun MyClass.myExtension(value: String) = value.length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment