Skip to content

Instantly share code, notes, and snippets.

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