enable new features for experimentation

This commit is contained in:
Stephan Brandauer
2022-04-26 10:15:30 +02:00
parent 6156f98a76
commit 556f9dea6f

View File

@@ -202,7 +202,14 @@ string getASupportedFeatureName() {
f instanceof CalleeApiName or
f instanceof CalleeAccessPath or
f instanceof CalleeAccessPathWithStructuralInfo or
f instanceof EnclosingFunctionBody
f instanceof EnclosingFunctionBody or
f instanceof ContextFunctionInterfacesInFile or
f instanceof ContextSurroundingFunctionParametersInFile or
f instanceof FileImports or
f instanceof CalleeImports or
f instanceof Callee_AccessPath or
f instanceof Input_AccessPathFromCallee or
f instanceof Input_ArgumentIndex
).getName()
}