From 933d2fa69d4b6c5a5b02097ef465ce75d9b472b6 Mon Sep 17 00:00:00 2001 From: Mihail Mitrovanov Date: Fri, 13 Jun 2025 22:03:13 +0300 Subject: [PATCH] fix --- mroacgt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mroacgt.html b/mroacgt.html index abbb38a..2b941e8 100644 --- a/mroacgt.html +++ b/mroacgt.html @@ -49,7 +49,7 @@ namespace {namespaceName}; partial class {className} {{ - public IEnumerable Report() + public IEnumerable<string> Report() {{ {string.Join("\n", methodBody)} }}