Files
kotlin-fork/ultimate/testData/inspections/spring/componentScan/inspectionData/expected.xml
T
Vyacheslav Gerasimov 0103c0d2fd Switch to 182 platform
2018-08-02 18:17:06 +03:00

19 lines
781 B
XML
Vendored

<problems>
<problem>
<file>test.kt</file>
<line>14</line>
<package>&lt;default&gt;</package>
<entry_point TYPE="file" FQNAME="temp:///src/test/test.kt" />
<problem_class severity="ERROR" attribute_key="WRONG_REFERENCES_ATTRIBUTES">@ComponentScan setup</problem_class>
<description>Cannot resolve symbol 'bar'</description>
</problem>
<problem>
<file>test.kt</file>
<line>18</line>
<package>&lt;default&gt;</package>
<entry_point TYPE="file" FQNAME="temp:///src/test/test.kt" />
<problem_class severity="ERROR" attribute_key="WRONG_REFERENCES_ATTRIBUTES">@ComponentScan setup</problem_class>
<description>Cannot resolve symbol 'bar'</description>
</problem>
</problems>