Skip to content

Commit 4152f8e

Browse files
xuwei-ktgodzik
authored andcommitted
Fix some scaladoc in compiler
1 parent d381106 commit 4152f8e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

compiler/src/dotty/tools/backend/jvm/scalaPrimitives.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

compiler/src/dotty/tools/dotc/inlines/Inlines.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

compiler/src/dotty/tools/dotc/transform/AccessProxies.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)