Files
kotlin-fork/idea/testData/codeInsight/inspections/replaceGet/expected.xml
T
2014-03-25 16:49:43 +04:00

10 lines
372 B
XML

<problems>
<problem>
<file>main.kt</file>
<line>3</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/src/main.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
<description>Replace 'get' call with index operator</description>
</problem>
</problems>