Merge pull request #595 from sauyon/patch-1

Add comment to `HasEllpsisTable`
This commit is contained in:
Chris Smowton
2021-10-27 19:10:12 +01:00
committed by GitHub

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"),
)