Files
kotlin-fork/idea/testData/inspections/javaCollectionsStaticMethodOnImmutableList/inspectionData/expected.xml
T

11 lines
468 B
XML
Vendored

<problems>
<problem>
<file>test.kt</file>
<line>5</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="test.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Call of Java mutator method on immutable Kotlin collection</problem_class>
<description>Call of Java mutator 'reverse' on immutable Kotlin collection 'immutableList'</description>
</problem>
</problems>