summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/comparison/classMembersOnlyChanged/classWithFunAndValChanged/result.out
blob: 893ef9db9927f33e1b2609544a0b3c07b2e0d9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROTO DIFFERENCE in test/ClassWithChangedVisiblityForFun1: FUNCTION_LIST
CHANGES in test/ClassWithChangedVisiblityForFun1: MEMBERS
    [foo]
PROTO DIFFERENCE in test/ClassWithChangedVisiblityForFun2: FUNCTION_LIST
CHANGES in test/ClassWithChangedVisiblityForFun2: MEMBERS
    [foo]
PROTO DIFFERENCE in test/ClassWithFunAdded: FUNCTION_LIST
CHANGES in test/ClassWithFunAdded: MEMBERS
    [added]
PROTO DIFFERENCE in test/ClassWithFunRemoved: FUNCTION_LIST
CHANGES in test/ClassWithFunRemoved: MEMBERS
    [removed]
PROTO DIFFERENCE in test/ClassWithValAndFunAddedAndRemoved: FUNCTION_LIST, PROPERTY_LIST
CHANGES in test/ClassWithValAndFunAddedAndRemoved: MEMBERS
    [funAdded, funRemoved, valAdded, valRemoved]
PROTO DIFFERENCE in test/ClassWithValConvertedToVar: PROPERTY_LIST
CHANGES in test/ClassWithValConvertedToVar: MEMBERS
    [value]