Move: Implement inspection which reports mismatch between package directive and containing directory
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// File: bar/foo/test.kt
|
||||
<spot>package bar.foo</spot>
|
||||
|
||||
class MyClass: OtherClass {
|
||||
fun myFun() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user