Do not report "redundant arrow" with parameters without expected type
#KT-29049 Fixed Part of KT-29005
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
|
||||
fun foo(x: Int) = x
|
||||
|
||||
val x = { it: Int <caret>-> foo(it) }
|
||||
Reference in New Issue
Block a user