mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
In the expression "Runnable::run" we were resolving the left-hand side to the SAM constructor of Runnable. Now we detect this situation, ignore the result of such resolution, and continue resolving the LHS as a type
2 lines
66 B
Kotlin
Vendored
2 lines
66 B
Kotlin
Vendored
fun test() = ("").<!FUNCTION_CALL_EXPECTED!>hashCode<!>::hashCode
|