mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 00:22:50 -06:00
13 lines
513 B
Java
13 lines
513 B
Java
package kotlin;
|
|
|
|
/* compiled from: HashCode.kt */
|
|
@Metadata(d1 = {"\u0000\f\n\u0000\n\u0002\u0010\b\n\u0002\u0010\u0000\n\u0000\u001a\u000f\u0010\u0000\u001a\u00020\u0001*\u0004\u0018\u00010\u0002H\u0087\b¨\u0006\u0003"}, d2 = {"hashCode", "", "", "kotlin-stdlib"}, k = 2, mv = {1, 9, 0}, xi = 48)
|
|
/* loaded from: classes3.dex */
|
|
public final class HashCodeKt {
|
|
private static final int hashCode(Object obj) {
|
|
if (obj != null) {
|
|
return obj.hashCode();
|
|
}
|
|
return 0;
|
|
}
|
|
}
|