From 1893d76dd7a20f0e8e2e9313cdf91a224462cf73 Mon Sep 17 00:00:00 2001 From: Emil Valeev Date: Sun, 12 Jan 2025 00:23:18 +0500 Subject: [PATCH] refactor(analyzer:network): comments --- internal/compiler/analyzer/network.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/compiler/analyzer/network.go b/internal/compiler/analyzer/network.go index bb61ec73..ca08f9b0 100644 --- a/internal/compiler/analyzer/network.go +++ b/internal/compiler/analyzer/network.go @@ -763,7 +763,7 @@ func (a Analyzer) analyzeSender( } // if there's no type-expr (and thus no wrapped sender) - // it's a "enum-like" union, so there's nothing to analyze + // it's a tag-only union, so there's nothing to analyze if tagTypeExpr == nil { return &sender, &unionTypeExpr, nil }