KT-13113: Add inspection to detect single-expression string template

(cherry picked from squashed commits 49a3ef3 and 4c7a42a)
This commit is contained in:
shiraji
2016-07-29 06:54:36 +03:00
committed by Mikhail Glukhikh
parent a9ee10a8b7
commit 9b8c55d823
18 changed files with 170 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports single-expression String template that can be safely removed
</body>
</html>