Move: Remove duplicating conflict messages from test data

This commit is contained in:
Alexey Sedunov
2017-04-10 15:36:03 +03:00
parent cd6177534a
commit 411a8dc206
7 changed files with 1 additions and 11 deletions
@@ -1,6 +1,5 @@
Class InternalContent uses function internalFun() which will be inaccessible after move
Class packA1.InternalContent, referenced in file InternalSource.kt, will not be accessible from module A
Class packA1.InternalContent, referenced in file InternalSource.kt, will not be accessible from module A
Class packA2.InternalContentUser, referenced in function packA1.InternalContent.useInternal(), will not be accessible in module B
Function packA2.InternalContentUser.internalFun(), referenced in function packA1.InternalContent.useInternal(), will not be accessible in module B
Function useInternal(InternalContent) uses internal function internalFun() which will be inaccessible after move