package g.e0;

import g.e0.f;
import g.i;

/* JADX INFO: compiled from: ContinuationInterceptor.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public interface e extends f.a {
    public static final /* synthetic */ int a = 0;

    /* JADX INFO: compiled from: ContinuationInterceptor.kt */
    @i
    public static final class a implements f.b<e> {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public static final /* synthetic */ a f4081b = new a();
    }

    void b(d<?> dVar);

    <T> d<T> d(d<? super T> dVar);
}
