PackageDirectoryMismatchInspection: fix visibility in editor
#KT-31816 Fixed
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<problems>
|
||||
<problem>
|
||||
<file>rootPackageMatched.kt</file>
|
||||
<line>1</line>
|
||||
<line>2</line>
|
||||
<module>testMismatchedProjectAndDirectoryRoot_MismatchedProjectAndDirectoryRoot</module>
|
||||
<entry_point TYPE="file" FQNAME="rootPackageMatched.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Package name does not match containing directory</problem_class>
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// FIX: Move file to source root
|
||||
|
||||
package
|
||||
|
||||
class Foo
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// FIX: Move file to source root
|
||||
|
||||
<caret>package
|
||||
|
||||
class Foo
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIX: Move file to source root
|
||||
|
||||
class Foo
|
||||
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
<caret>
|
||||
class Foo
|
||||
// FIX: Move file to source root
|
||||
|
||||
<caret>class Foo
|
||||
|
||||
fun foo() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user