We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31afb35 commit 56ac3a6Copy full SHA for 56ac3a6
presentation-compiler/test/dotty/tools/pc/utils/TestInlayHints.scala
@@ -36,7 +36,7 @@ object TestInlayHints {
36
InlayHints.fromData(inlayHint.getData().asInstanceOf[JsonElement])._2
37
buffer += "/*"
38
labels.zip(data).foreach { case (label, data) =>
39
- buffer += label.nn
+ buffer += label
40
buffer ++= readData(data)
41
}
42
buffer += "*/"
0 commit comments