package w1;

import java.io.File;
import kotlin.jvm.internal.l;

/* JADX INFO: loaded from: classes.dex */
public final class k extends e {
    public /* synthetic */ k(File file, File file2, String str, int i2, kotlin.jvm.internal.g gVar) {
        this(file, (i2 & 2) != 0 ? null : file2, (i2 & 4) != 0 ? null : str);
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public k(File file, File file2, String str) {
        super(file, file2, str);
        l.e(file, "file");
    }
}
