We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ea93e commit bae72d8Copy full SHA for bae72d8
presentation-compiler/src/main/dotty/tools/pc/PcInlayHintsProvider.scala
@@ -57,7 +57,7 @@ class PcInlayHintsProvider(
57
.headOption
58
.getOrElse(unit.tpdTree)
59
.enclosedChildren(pos.span)
60
- .flatMap(tpdTree => deepFolder(InlayHints.empty(params.uri()), tpdTree).result())
+ .flatMap(tpdTree => deepFolder(InlayHints.empty(params.uri().nn), tpdTree).result())
61
62
private def adjustPos(pos: SourcePosition): SourcePosition =
63
pos.adjust(text)._1
0 commit comments