package kotlin.reflect.jvm.internal.impl.serialization.deserialization.descriptors;

import defpackage.cr4;
import defpackage.kp6;
import defpackage.qq3;
import java.util.List;
import kotlin.reflect.jvm.internal.impl.descriptors.annotations.AnnotationDescriptor;
import kotlin.reflect.jvm.internal.impl.storage.StorageManager;

/* JADX INFO: loaded from: classes3.dex */
public final class NonEmptyDeserializedAnnotations extends DeserializedAnnotations {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public NonEmptyDeserializedAnnotations(@kp6 StorageManager storageManager, @kp6 qq3<? extends List<? extends AnnotationDescriptor>> qq3Var) {
        super(storageManager, qq3Var);
        cr4.g(storageManager, "storageManager");
        cr4.g(qq3Var, "compute");
    }

    @Override // kotlin.reflect.jvm.internal.impl.serialization.deserialization.descriptors.DeserializedAnnotations, kotlin.reflect.jvm.internal.impl.descriptors.annotations.Annotations
    public boolean isEmpty() {
        return false;
    }
}
