We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb1e07 commit 45bf7c4Copy full SHA for 45bf7c4
compiler/src/dotty/tools/dotc/util/SourcePosition.scala
@@ -68,7 +68,7 @@ extends SrcPos, interfaces.SourcePosition, Showable {
68
if outer == null || outer == NoSourcePosition then this else outer.outermost
69
70
/** Inner most position that is contained within the `outermost` position.
71
- * Most precise position that that comes from the call site.
+ * Most precise position that comes from the call site.
72
*/
73
def nonInlined: SourcePosition = {
74
val om = outermost
0 commit comments