Files
kotlin-fork/idea/testData/inspections/convertSecondaryToPrimary/inspectionData/expected.xml
T
2016-09-30 16:39:58 +03:00

10 lines
404 B
XML
Vendored

<problems>
<problem>
<file>test.kt</file>
<line>5</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Convert to primary constructor</problem_class>
<description>Convert to primary constructor</description>
</problem>
</problems>