Created
September 27, 2022 20:14
-
-
Save s1monw1/ea27a66b79f761692331eb705f2e0cf5 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
public final class FileKt { | |
public static final int myExtension(@NotNull MyClass $this$myExtension, @NotNull String value) { | |
Intrinsics.checkNotNullParameter($this$myExtension, "$this$myExtension"); | |
Intrinsics.checkNotNullParameter(value, "value"); | |
return value.length(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment