Created
September 27, 2022 20:08
-
-
Save s1monw1/f456a2ce871f6663a92748b5f7cce4a8 to your computer and use it in GitHub Desktop.
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
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