238cc7c257
143 out of 767 tests (18.6%) are currently failing.
7 lines
147 B
Kotlin
Vendored
7 lines
147 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: JVM_IR
|
|
val x: () -> Unit = {}
|
|
val y = x.hashCode()
|
|
|
|
// 1 INVOKEVIRTUAL java/lang/Object.hashCode \(\)I
|
|
// 0 INVOKEINTERFACE
|