Skip to content

Commit 56ac3a6

Browse files
committed
remove one more unnecessary .nn
1 parent 31afb35 commit 56ac3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/test/dotty/tools/pc/utils/TestInlayHints.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object TestInlayHints {
3636
InlayHints.fromData(inlayHint.getData().asInstanceOf[JsonElement])._2
3737
buffer += "/*"
3838
labels.zip(data).foreach { case (label, data) =>
39-
buffer += label.nn
39+
buffer += label
4040
buffer ++= readData(data)
4141
}
4242
buffer += "*/"

0 commit comments

Comments
 (0)