Introduce ReplaceToStringWithStringTemplateInspection #KT-13782 Fixed

This commit is contained in:
kenji tomita
2018-04-14 02:30:49 +03:00
committed by Mikhail Glukhikh
parent f956e8d85d
commit 817d75a47f
14 changed files with 155 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports <code>toString</code> function calls replaceable with string template.
</body>
</html>