Files
kotlin-fork/idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml
T
2018-08-06 19:04:07 +03:00

10 lines
427 B
XML
Vendored

<problems>
<problem>
<file>test.kt</file>
<line>1</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Remove redundant call to 'toString()' in string template</problem_class>
<description>Redundant 'toString()' call in string template</description>
</problem>
</problems>