af17a4e961
In this case we are duplicating compiler warning. Related to KT-22068
26 lines
1.1 KiB
XML
Vendored
26 lines
1.1 KiB
XML
Vendored
<problems>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>3</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Iterated elements are not used in forEach</problem_class>
|
|
<description>Loop parameter 'it' is unused</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>7</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Iterated elements are not used in forEach</problem_class>
|
|
<description>Loop parameter 'it' is unused</description>
|
|
</problem>
|
|
<problem>
|
|
<file>correctReference.kt</file>
|
|
<line>3</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/correctReference.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Iterated elements are not used in forEach</problem_class>
|
|
<description>Loop parameter 'it' is unused</description>
|
|
</problem>
|
|
</problems> |