Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
array(1, 2, 3).filter <spot>{ x -> x % 2 == 0 }</spot>
|
||||
+1
@@ -0,0 +1 @@
|
||||
array(1, 2, 3).filter <spot>{ it % 2 == 0 }</spot>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention replaces the implicit <b>it</b> parameter in a lambda expression with an explicitly named parameter.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user