8cf965db7e
moves lambda functions in function calls inside and outside of the
parenthesis: foo({ it }) <-> foo() { it }
5 lines
89 B
HTML
5 lines
89 B
HTML
<html>
|
|
<body>
|
|
This intention moves a lambda expression inside parentheses
|
|
</body>
|
|
</html> |