if(!nodeTypeIn(funcNode,[exactMatch(nodeTypes.FUNCTIONDEFINITION),exactMatch(nodeTypes.MODIFIERDEFINITION)]))thrownewError('staticAnalysisCommon.js: not a FunctionDefinition or ModifierDefinition Node')
returnfuncNode.parameters
}
...
...
@@ -415,7 +396,7 @@ function getFunctionCallTypeParameterType (func: FunctionCallAstNode): string |
t.ok(!reports.some((mod:AnalysisReport)=>mod.report.some((rep:AnalysisReportObj)=>rep.warning.includes('INTERNAL ERROR')),'Should not have internal errors'))
t.ok(!reports.some((mod:AnalysisReport)=>mod.report.some((rep:AnalysisReportObj)=>rep.warning.includes('INTERNAL ERROR')),'Should not have internal errors'))