Minor. Renamed test data. default object -> companion object.

This commit is contained in:
Evgeny Gerashchenko
2015-04-08 19:27:45 +03:00
parent 8ef2718e30
commit 5c0a81fae1
6 changed files with 4 additions and 4 deletions
@@ -33,19 +33,19 @@
</problem>
<problem>
<file>defaultObjectUnused.kt</file>
<file>companionObjectUnused.kt</file>
<line>2</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/defaultObjectUnused.kt" />
<entry_point TYPE="file" FQNAME="temp:///src/companionObjectUnused.kt" />
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused Symbol</problem_class>
<description>Object 'Companion' is never used</description>
</problem>
<problem>
<file>defaultObjectUnused.kt</file>
<file>companionObjectUnused.kt</file>
<line>7</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/defaultObjectUnused.kt" />
<entry_point TYPE="file" FQNAME="temp:///src/companionObjectUnused.kt" />
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused Symbol</problem_class>
<description>Object 'Named' is never used</description>
</problem>