Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Last active September 27, 2022 20:19
Show Gist options
  • Save s1monw1/255925eeb53dad961b041586bed4fb4b to your computer and use it in GitHub Desktop.
Save s1monw1/255925eeb53dad961b041586bed4fb4b to your computer and use it in GitHub Desktop.
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