Skip to content

Instantly share code, notes, and snippets.

@joshskeen
Created March 30, 2017 13:47
Show Gist options
  • Save joshskeen/457c3673762db1500de23a8ed662f677 to your computer and use it in GitHub Desktop.
Save joshskeen/457c3673762db1500de23a8ed662f677 to your computer and use it in GitHub Desktop.
public static final class Companion {
/** @deprecated */
// $FF: synthetic method
@JvmStatic
private static void COMPANION_FOO$annotations() {
}
@NotNull
public final String getCOMPANION_FOO() {
return RxFragment.COMPANION_FOO;
}
private Companion() {
}
// $FF: synthetic method
public Companion(DefaultConstructorMarker $constructor_marker) {
this();
}
}
public static final class Companion {
@NotNull
public final String getCOMPANION_FOO() {
return RxFragment.COMPANION_FOO;
}
private Companion() {
}
// $FF: synthetic method
public Companion(DefaultConstructorMarker $constructor_marker) {
this();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment