Files
kotlin-fork/jps-plugin/testData/comparison/classMembersOnlyChanged/classWithFunAndValChanged/result.out
T
2015-09-19 00:14:07 +03:00

13 lines
422 B
Plaintext
Vendored

changes in test/ClassWithChangedVisiblityForFun1: MEMBERS
[foo]
changes in test/ClassWithChangedVisiblityForFun2: MEMBERS
[foo]
changes in test/ClassWithFunAdded: MEMBERS
[added]
changes in test/ClassWithFunRemoved: MEMBERS
[removed]
changes in test/ClassWithValAndFunAddedAndRemoved: MEMBERS
[funAdded, funRemoved, valAdded, valRemoved]
changes in test/ClassWithValConvertedToVar: MEMBERS
[value]