aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/kotlin/Formats/StructuredFormatService.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/kotlin/Formats/StructuredFormatService.kt b/core/src/main/kotlin/Formats/StructuredFormatService.kt
index 1ca636ec..1d201677 100644
--- a/core/src/main/kotlin/Formats/StructuredFormatService.kt
+++ b/core/src/main/kotlin/Formats/StructuredFormatService.kt
@@ -329,6 +329,7 @@ abstract class StructuredOutputBuilder(val to: StringBuilder,
}
// All items have exactly the same documentation, so we can use any item to render it
val item = items.first()
+ // TODO: remove this block cause there is no one node with OverloadGroupNote detail
item.details(NodeKind.OverloadGroupNote).forEach {
appendContent(it.content)
}