Single-expression string template is inspection for strings and intention otherwise #KT-13113 Fixed

(cherry picked from commit 266f9d0)
This commit is contained in:
Mikhail Glukhikh
2016-08-02 12:41:43 +03:00
committed by Mikhail Glukhikh
parent 9b8c55d823
commit d868410093
5 changed files with 31 additions and 2 deletions
@@ -0,0 +1,10 @@
<problems>
<problem>
<file>test.kt</file>
<line>4</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Remove redundant string template</problem_class>
<description>Redundant string template</description>
</problem>
</problems>