File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class DottyPrimitives(ictx: Context) {
4646 * operation is an array get/set, we inspect the type of the receiver
4747 * to demux the operation.
4848 *
49- * @param fun The method symbol
49+ * @param app The method symbol
5050 * @param tpe The type of the receiver object. It is used only for array
5151 * operations
5252 */
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ object Inlines:
9797 * inline depth is exceeded.
9898 *
9999 * @param tree The call to inline
100- * @param pt The expected type of the call.
101100 * @return An `Inlined` node that refers to the original call and the inlined bindings
102101 * and body that replace it.
103102 */
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ abstract class AccessProxies {
127127 * access with a reference to the accessor.
128128 *
129129 * @param reference The original reference to the non-public symbol
130- * @param onLHS The reference is on the left-hand side of an assignment
131130 */
132131 def useAccessor (reference : RefTree )(using Context ): Tree = {
133132 val accessed = reference.symbol.asTerm
You can’t perform that action at this time.
0 commit comments