mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 17:42:33 -06:00
21 lines
928 B
Java
21 lines
928 B
Java
package kotlin.text;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* compiled from: StringBuilderJVM.kt */
|
|
@Metadata(d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\bÂ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u0010\u0010\u0003\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u0002\n\u0000¨\u0006\u0005"}, d2 = {"Lkotlin/text/SystemProperties;", "", "()V", "LINE_SEPARATOR", "", "kotlin-stdlib"}, k = 1, mv = {1, 9, 0}, xi = 48)
|
|
/* loaded from: classes3.dex */
|
|
final class SystemProperties {
|
|
public static final SystemProperties INSTANCE = new SystemProperties();
|
|
public static final String LINE_SEPARATOR;
|
|
|
|
private SystemProperties() {
|
|
}
|
|
|
|
static {
|
|
String property = System.getProperty("line.separator");
|
|
Intrinsics.checkNotNull(property);
|
|
LINE_SEPARATOR = property;
|
|
}
|
|
}
|