Files
kotlin/idea/testData/multiFileInspections/mismatchedProjectAndDirectory/expected.xml
2015-05-21 19:29:47 +03:00

10 lines
492 B
XML
Vendored

<problems>
<problem>
<file>barPackageMismatched.kt</file>
<line>1</line>
<module>testPackageDirectoryMismatch_PackageDirectoryMismatch_0</module>
<entry_point TYPE="file" FQNAME="barPackageMismatched.kt" />
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Package name does not match containing directory</problem_class>
<description>Package directive doesn't match file location</description>
</problem>
</problems>