Files
kotlin-fork/idea/testData/inspections/unusedLambdaExpressionBody/inspectionData/expected.xml
T
Vyacheslav Gerasimov b8ebc087e2 Add inspection for calls of function with lambda expression body
Added "Unused return value of a function with lambda expression body" inspection with quickfix "Remove '=' token from function declaration"

#KT-10393 Fixed
2017-03-15 00:22:31 +03:00

18 lines
918 B
XML
Vendored

<problems>
<problem>
<file>simple.kt</file>
<line>3</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/simple.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Unused return value of a function with lambda expression body</problem_class>
<description>Unused return value of a function with lambda expression body</description>
</problem>
<problem>
<file>simple.kt</file>
<line>6</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/simple.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Unused return value of a function with lambda expression body</problem_class>
<description>Unused return value of a function with lambda expression body</description>
</problem>
</problems>