"Make types explicit in lambda" intention renamed to "Specify explicit lambda signature"
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun main() {
|
||||
val sum : (Int, Int) -> Int = { x, y -> <caret>x + y }
|
||||
}
|
||||
Reference in New Issue
Block a user