enable new features for experimentation

This commit is contained in:
Stephan Brandauer
2022-04-26 10:15:30 +02:00
committed by Esben Sparre Andreasen
parent 732b23c8f9
commit 9de20b681b

View File

@@ -202,7 +202,16 @@ string getASupportedFeatureName() {
f instanceof CalleeApiName or
f instanceof CalleeAccessPath or
f instanceof CalleeAccessPathWithStructuralInfo or
f instanceof EnclosingFunctionBody
f instanceof EnclosingFunctionBody or
f instanceof ContextFunctionInterfaces or
f instanceof ContextSurroundingFunctionParameters or
f instanceof FileImports or
f instanceof CalleeImports or
f instanceof CalleeFlexibleAccessPath or
f instanceof InputAccessPathFromCallee or
f instanceof InputArgumentIndex or
f instanceof AssignedToPropName or
f instanceof StringConcatenatedWith
).getName()
}