Minor tweak to proto test data format

Original commit: 8ffd141d17
This commit is contained in:
Alexey Tsvetkov
2017-06-16 18:03:30 +03:00
parent 164d133042
commit 1b34503d35
29 changed files with 130 additions and 131 deletions
@@ -1,12 +1,12 @@
REMOVED: class test/ClassWithChangedCompanionObject.FirstName
REMOVED: class test/ClassWithRemovedCompanionObject.Companion
ADDED: class test/ClassWithAddedCompanionObject.Companion
ADDED: class test/ClassWithChangedCompanionObject.SecondName
changes in test/ClassWithAddedCompanionObject: CLASS_SIGNATURE, MEMBERS
REMOVED test/ClassWithChangedCompanionObject.FirstName
REMOVED test/ClassWithRemovedCompanionObject.Companion
ADDED test/ClassWithAddedCompanionObject.Companion
ADDED test/ClassWithChangedCompanionObject.SecondName
CHANGES in test/ClassWithAddedCompanionObject: CLASS_SIGNATURE, MEMBERS
[Companion]
changes in test/ClassWithChangedCompanionObject: CLASS_SIGNATURE, MEMBERS
CHANGES in test/ClassWithChangedCompanionObject: CLASS_SIGNATURE, MEMBERS
[FirstName, SecondName]
changes in test/ClassWithChangedVisibilityForCompanionObject: NONE
changes in test/ClassWithChangedVisibilityForCompanionObject.Companion: CLASS_SIGNATURE
changes in test/ClassWithRemovedCompanionObject: CLASS_SIGNATURE, MEMBERS
CHANGES in test/ClassWithChangedVisibilityForCompanionObject: NONE
CHANGES in test/ClassWithChangedVisibilityForCompanionObject.Companion: CLASS_SIGNATURE
CHANGES in test/ClassWithRemovedCompanionObject: CLASS_SIGNATURE, MEMBERS
[Companion]