We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f3c28 commit db594cbCopy full SHA for db594cb
compiler/src/dotty/tools/dotc/inlines/Inlines.scala
@@ -241,7 +241,7 @@ object Inlines:
241
// Reposition in the outer most inlined call
242
if (enclosingInlineds.nonEmpty) tree1 else reposition(tree1, inlined.span)
243
244
- def reposition(tree: Tree, callSpan: Span)(using Context): Tree =
+ private def reposition(tree: Tree, callSpan: Span)(using Context): Tree =
245
// Reference test tests/run/i4947b
246
247
val curSource = ctx.compilationUnit.source
0 commit comments