Don't report suspicious callable reference on invoke with parameters
So #KT-23465 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
13356d32fd
commit
b5da48c566
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
val predicate = { _: String -> true }
|
||||
"".let {<caret> predicate::invoke }("123")
|
||||
}
|
||||
Reference in New Issue
Block a user