Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Duplicate methods #938

Open
bagipro opened this issue May 22, 2020 · 0 comments
Open

[core] Duplicate methods #938

bagipro opened this issue May 22, 2020 · 0 comments
Labels
bug Core Issues in jadx-core module

Comments

@bagipro
Copy link
Collaborator

bagipro commented May 22, 2020

Hi, class retrofit2.C5154xc95e9eb1

    public /* bridge */ /* synthetic */ kotlin.Unit invoke(java.lang.Throwable th) {
        invoke(th);
        return kotlin.Unit.INSTANCE;
    }

    public final void invoke(@org.jetbrains.annotations.Nullable java.lang.Throwable th) {
        this.$this_awaitResponse$inlined.cancel();
    }

Caused by fixes of #913

APK: https://drive.google.com/file/d/1qC3tlWs9AtPBpyS6iU9kcSphLryfJOxi/view?usp=sharing

@bagipro bagipro added bug Core Issues in jadx-core module labels May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

1 participant