SSE: Warn on dropped items in Union in Math Operation (#72682)

This commit is contained in:
Kyle Brandt
2023-08-03 14:23:18 -04:00
committed by GitHub
parent 0d48ac2419
commit d0ad4fcd0a
4 changed files with 122 additions and 13 deletions
+2
View File
@@ -77,6 +77,8 @@ func (t NodeType) String() string {
return "NodeString"
case NodeNumber:
return "NodeNumber"
case NodeVar:
return "NodeVar"
default:
return "NodeUnknown"
}