Add comment to HasEllpsisTable

This commit is contained in:
Sauyon Lee
2021-10-27 08:51:58 -07:00
committed by GitHub
parent 09e70a9b8a
commit 74da4820ee

View File

@@ -1159,6 +1159,7 @@ var ErrorsTable = NewTable("errors",
IntColumn("idx"),
).KeySet("package", "idx")
// HasEllipsisTable is the table containing all call expressions that have ellipses
var HasEllipsisTable = NewTable("has_ellipsis",
EntityColumn(CallOrConversionExpr, "id"),
)