blob: 2d243c788c0f11ff1a8835b4316afe357e7ea264 [file] [log] [blame]
// !API_VERSION: 1.3
// WITH_RUNTIME
// FILE: test.kt
fun test() {
val result = Result.success("yes!")
val other = Result.success("nope")
if (result == other) println("==")
if (result != other) println("!=")
}
// @TestKt.class:
// 0 INVOKESTATIC kotlin/Result.equals-impl0