Skip to content

Instantly share code, notes, and snippets.

@ArvinRokni
Created June 6, 2019 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArvinRokni/9b427b49679d77218cca143cec05fd91 to your computer and use it in GitHub Desktop.
Save ArvinRokni/9b427b49679d77218cca143cec05fd91 to your computer and use it in GitHub Desktop.
@JvmOverloads
public static final void example(int a, double b) {
example$default(a, b, (String)null, 4, (Object)null);
}
@JvmOverloads
public static final void example(int a) {
example$default(a, 0.0D, (String)null, 6, (Object)null);
}
@JvmOverloads
public static final void example() {
example$default(0, 0.0D, (String)null, 7, (Object)null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment