17 lines
424 B
Java
17 lines
424 B
Java
package o;
|
|
|
|
/* renamed from: o.gar, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C14877gar {
|
|
public static final boolean b;
|
|
|
|
private C14877gar() {
|
|
}
|
|
|
|
static {
|
|
new C14877gar();
|
|
String property = System.getProperty("kotlin.collections.convert_arg_to_set_in_removeAll");
|
|
b = property != null ? Boolean.parseBoolean(property) : false;
|
|
}
|
|
}
|