690fb47cbb
The idea behind this commit is that Move Refactoring should warn developers in case their intention potentially breaks sealed hierarchies (members must share the same module and package). Provided algorithm has two goals: - prevent destruction of correct hierarchies - help in fixing broken ones
8 lines
186 B
Plaintext
Vendored
8 lines
186 B
Plaintext
Vendored
{
|
|
"mainFile": "A/src/sealed/SealedHierarchy.kt",
|
|
"type": "MOVE_KOTLIN_TOP_LEVEL_DECLARATIONS",
|
|
"targetPackage": "sealed",
|
|
"targetSourceRoot": "B/src",
|
|
"withRuntime": "false"
|
|
}
|