ADD week 5
This commit is contained in:
13
02-Easy5/E5/sources/kotlin/HashCodeKt.java
Normal file
13
02-Easy5/E5/sources/kotlin/HashCodeKt.java
Normal file
@@ -0,0 +1,13 @@
|
||||
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, 8, 0}, xi = 48)
|
||||
/* loaded from: classes.dex */
|
||||
public final class HashCodeKt {
|
||||
private static final int hashCode(Object obj) {
|
||||
if (obj != null) {
|
||||
return obj.hashCode();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user