Skip to content

Commit b92d4a2

Browse files
committed
Use delegate.hashCode()
1 parent e5e739f commit b92d4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/runtime-core/native/src/aws/smithy/kotlin/runtime/time/InstantNative.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,5 @@ public actual class Instant(internal val delegate: KtInstant) : Comparable<Insta
106106

107107
public override fun equals(other: Any?): Boolean = other is Instant && delegate == other.delegate
108108
public override fun toString(): String = delegate.toString()
109+
public override fun hashCode(): Int = delegate.hashCode()
109110
}

0 commit comments

Comments
 (0)