Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
foo(1, 2, <spot>{(a: Int, b: Int): Int -> a + b}</spot>)
|
||||
+1
@@ -0,0 +1 @@
|
||||
foo(1, 2, <spot>{a, b -> a + b}</spot>)
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention makes types of parameters, the receiver, and the return type explicit in a lambda expression.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user