Build fix: replace call with comparison inspection test

(cherry picked from commit 7f6be5b)
This commit is contained in:
Mikhail Glukhikh
2016-07-29 19:46:40 +03:00
committed by Mikhail Glukhikh
parent 475dc6541b
commit 77b7648f10
@@ -13,7 +13,7 @@
<module>light_idea_test_case</module> <module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" /> <entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Can be replaced with comparison</problem_class> <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Can be replaced with comparison</problem_class>
<description>Replace with '==' operator</description> <description>Replace with '!=' operator</description>
</problem> </problem>
<problem> <problem>
<file>test.kt</file> <file>test.kt</file>