Fix merge conflict.

This commit is contained in:
Nikolay Igotti
2018-09-11 18:32:27 +03:00
parent 996ec4a6fd
commit e2a546ca0b
+1 -3
View File
@@ -50,6 +50,4 @@ public open class Any {
@PublishedApi
@SymbolName("Kotlin_Any_hashCode")
external internal fun Any.identityHashCode(): Int
public fun Any?.hashCode() = if (this != null) this.hashCode() else 0
external internal fun Any.identityHashCode(): Int