NI: Analyze lambdas which are return arguments of another lambda
^KT-36044 Fixed
This commit is contained in:
+2
@@ -19,4 +19,6 @@ fun test() {
|
||||
baz<(Int) -> Unit>(id(::foo), id(id(::foo)))
|
||||
baz(id(::foo), id(id<(Int) -> Unit>(::foo)))
|
||||
baz(id(::foo), id<(Int) -> Unit>(id(::foo)))
|
||||
|
||||
baz(id { it.inv() }, id<(Int) -> Unit> { })
|
||||
}
|
||||
Reference in New Issue
Block a user