From d5db9fe6e56f93c47e193ac2c70b29225a384e26 Mon Sep 17 00:00:00 2001 From: Richardas Kuchinskas Date: Wed, 24 Jul 2024 19:22:55 +0300 Subject: [PATCH] todo fix --- src/types/map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/map.go b/src/types/map.go index 91943717d..c25c0487a 100644 --- a/src/types/map.go +++ b/src/types/map.go @@ -410,7 +410,7 @@ func (m Map) LazyArrayElemType() Map { mm := make(map[string]struct{}, m.Len()) for typ := range m.m { - //TODO: Remove this todo after creating rule for array unpacking (inspection iterable types) + // TODO: https://github.com/VKCOM/noverify/issues/1227 if typ == "null" { break }