Files
kotlin-fork/compiler/testData/codegen/bytecodeText/hashCode/interfaceHashCode.kt
T

6 lines
117 B
Kotlin
Vendored

val x: () -> Unit = {}
val y = x.hashCode()
// 1 INVOKEVIRTUAL java/lang/Object.hashCode \(\)I
// 0 INVOKEINTERFACE