Skip to content

Commit bae72d8

Browse files
committed
bugfix: Fix compilation after backport
1 parent 59ea93e commit bae72d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/src/main/dotty/tools/pc/PcInlayHintsProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class PcInlayHintsProvider(
5757
.headOption
5858
.getOrElse(unit.tpdTree)
5959
.enclosedChildren(pos.span)
60-
.flatMap(tpdTree => deepFolder(InlayHints.empty(params.uri()), tpdTree).result())
60+
.flatMap(tpdTree => deepFolder(InlayHints.empty(params.uri().nn), tpdTree).result())
6161

6262
private def adjustPos(pos: SourcePosition): SourcePosition =
6363
pos.adjust(text)._1

0 commit comments

Comments
 (0)