Last active
September 27, 2022 20:19
-
-
Save s1monw1/255925eeb53dad961b041586bed4fb4b 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, @Nullable String value) { | |
Intrinsics.checkNotNullParameter($this$myExtension, "$this$myExtension"); | |
return value != null ? value.length() : 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment