package com.revenuecat.purchases;

import java.util.Set;
import kotlin.jvm.internal.p;

/* JADX INFO: loaded from: classes3.dex */
public final class CustomerInfo$activeSubscriptions$2 extends p implements J4.a {
    final /* synthetic */ CustomerInfo this$0;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public CustomerInfo$activeSubscriptions$2(CustomerInfo customerInfo) {
        super(0);
        this.this$0 = customerInfo;
    }

    @Override // J4.a
    public final Set<String> invoke() {
        CustomerInfo customerInfo = this.this$0;
        return customerInfo.activeIdentifiers(customerInfo.getAllExpirationDatesByProduct());
    }
}
