"Make types explicit in lambda" intention renamed to "Specify explicit lambda signature"
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
val foo: (Long) -> String = {
|
||||
it: Long ->
|
||||
|
||||
|
||||
it.toString()
|
||||
}
|
||||
Reference in New Issue
Block a user