From f7975495c64333cdf625dd970254cca2b796d576 Mon Sep 17 00:00:00 2001 From: Zubakov Date: Mon, 27 Aug 2018 16:35:47 +0300 Subject: TODO: remove unnecessary code block --- core/src/main/kotlin/Formats/StructuredFormatService.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main') 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) } -- cgit