Files
kotlin-fork/idea/testData/inspections/naming/privateProperty/inspectionData/expected.xml
T
2017-08-16 15:45:33 +02:00

10 lines
350 B
XML
Vendored

<problems>
<problem>
<file>test.kt</file>
<line>23</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<description>Private property name &lt;code&gt;FOO_BAR&lt;/code&gt; doesn't match regex '[a-z][A-Za-z\d]*' #loc</description>
</problem>
</problems>