renamed "hasAssertsKeyword" to "has_asserts_keyword"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:03 +02:00
parent fc7f024147
commit b5d6cbd5b3
6 changed files with 11 additions and 4 deletions

View File

@@ -1866,7 +1866,7 @@ public class ASTExtractor {
visit(nd.getExpression(), key, 0, IdContext.varInTypeBind);
visit(nd.getTypeExpr(), key, 1, IdContext.typeBind);
if (nd.hasAssertsKeyword()) {
trapwriter.addTuple("hasAssertsKeyword", key);
trapwriter.addTuple("has_asserts_keyword", key);
}
return key;
}