Created
March 30, 2017 13:47
-
-
Save joshskeen/457c3673762db1500de23a8ed662f677 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 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(); | |
} | |
} |
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 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