@@ -19,7 +19,7 @@ canAdaptAnnotations(Trees$Typed, Any) [1]
19
19
canAdaptAnnotations(Trees$Typed, Int) [1]
20
20
lub(List(Int @testAnn, Int)) [1]
21
21
pluginsPt(?, Trees$Annotated) [7]
22
- pluginsPt(?, Trees$Apply) [8 ]
22
+ pluginsPt(?, Trees$Apply) [11 ]
23
23
pluginsPt(?, Trees$ApplyImplicitView) [2]
24
24
pluginsPt(?, Trees$Assign) [7]
25
25
pluginsPt(?, Trees$Block) [4]
@@ -31,7 +31,7 @@ pluginsPt(?, Trees$Literal) [16]
31
31
pluginsPt(?, Trees$New) [5]
32
32
pluginsPt(?, Trees$PackageDef) [1]
33
33
pluginsPt(?, Trees$Return) [1]
34
- pluginsPt(?, Trees$Select) [47 ]
34
+ pluginsPt(?, Trees$Select) [50 ]
35
35
pluginsPt(?, Trees$Super) [2]
36
36
pluginsPt(?, Trees$This) [20]
37
37
pluginsPt(?, Trees$TypeApply) [3]
@@ -93,6 +93,7 @@ pluginsTypeSigAccessor(value x) [1]
93
93
pluginsTypeSigAccessor(value y) [1]
94
94
pluginsTypeSigAccessor(variable count) [2]
95
95
pluginsTyped( <: Int, Trees$TypeBoundsTree) [2]
96
+ pluginsTyped(()Double, Trees$Select) [6]
96
97
pluginsTyped(()Object, Trees$Select) [1]
97
98
pluginsTyped(()String, Trees$Ident) [1]
98
99
pluginsTyped(()String, Trees$TypeApply) [1]
@@ -112,7 +113,7 @@ pluginsTyped(<notype>, Trees$PackageDef) [1]
112
113
pluginsTyped(<notype>, Trees$TypeDef) [1]
113
114
pluginsTyped(<notype>, Trees$ValDef) [21]
114
115
pluginsTyped(=> Boolean @testAnn, Trees$Select) [1]
115
- pluginsTyped(=> Double, Trees$Select) [4 ]
116
+ pluginsTyped(=> Double, Trees$Select) [1 ]
116
117
pluginsTyped(=> Int, Trees$Select) [5]
117
118
pluginsTyped(=> Int, Trees$TypeApply) [1]
118
119
pluginsTyped(=> String @testAnn, Trees$Select) [1]
@@ -131,6 +132,7 @@ pluginsTyped(Boolean(false), Trees$Literal) [2]
131
132
pluginsTyped(Boolean, Trees$Apply) [1]
132
133
pluginsTyped(Boolean, Trees$Select) [4]
133
134
pluginsTyped(Char('c'), Trees$Literal) [2]
135
+ pluginsTyped(Double, Trees$Apply) [3]
134
136
pluginsTyped(Double, Trees$Select) [6]
135
137
pluginsTyped(Int @testAnn, Trees$TypeTree) [2]
136
138
pluginsTyped(Int @testAnn, Trees$Typed) [2]
0 commit comments