mark the implements of a module as being alive

This commit is contained in:
Erik Krogh Kristensen
2022-06-16 23:03:06 +02:00
parent cf89faead0
commit e557f233d7

View File

@@ -167,6 +167,9 @@ private AstNode aliveStep(AstNode prev) {
or
// a module parameter is alive is the module is alive
prev.(Module).hasParameter(_, _, result)
or
// the implements of a module
result = prev.(Module).getImplements(_)
}
private AstNode deprecated() {