Convert ReplaceSingleLineLetIntention to inspection & decrease severity to INFORMATION

#KT-32010 Fixed
This commit is contained in:
Dmitry Gridin
2019-06-17 19:03:01 +07:00
parent ea76ea6fb8
commit 8e0bbe7d4a
107 changed files with 633 additions and 653 deletions
@@ -1 +0,0 @@
text?.<spot>length</spot>
@@ -1 +0,0 @@
text?.let <spot>{ it.length }</spot>
@@ -1,5 +0,0 @@
<html>
<body>
This intention removes a redundant <b>let</b> call when it includes only one call with a lambda parameter as a receiver.
</body>
</html>