Inline function: fix it works correctly for callable reference receiver
#KT-26248 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
272ca002d7
commit
6b2e58cc0b
@@ -0,0 +1,6 @@
|
||||
fun main() {
|
||||
val first = listOf("hello")
|
||||
val second = listOf("hello", "world")
|
||||
val result = second.any(<caret>first::contains)
|
||||
println(result)
|
||||
}
|
||||
Reference in New Issue
Block a user