Skip to content

Commit ffb57d5

Browse files
committed
Fix typo
1 parent 719729a commit ffb57d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Inliner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ object Inliner {
169169
def addAcc =
170170
addAccessor(tree, methPart, targs, argss,
171171
accessedType = methPart.tpe.widen,
172-
rhs = (qual, tps, argss) => qual.appliedToTypes(tps).appliedToArgss(argss)))
172+
rhs = (qual, tps, argss) => qual.appliedToTypes(tps).appliedToArgss(argss))
173173
(if (targs.isEmpty && argss.isEmpty) getters.getOrElseUpdate(methPart.symbol, addAcc)
174174
else addAcc).withPos(tree.pos)
175175
}

0 commit comments

Comments
 (0)