@@ -19,7 +19,7 @@ export default class abstractAstView {
Additionally the fullQuallified function names e.g. [contractName].[functionName](param1Type, param2Type, ... ) must be prefixed to
fully support this and when inheritance is resolved it must include alias resolving e.g x.c = file1.c
*/
multipleContractsWithSameName=false
multipleContractsWithSameName:boolean=false
/**
...
...
@@ -47,7 +47,7 @@ export default class abstractAstView {
* @contractsOut {list} return list for high level AST view
* @return {ASTNode -> void} returns a function that can be used as visit function for static analysis modules, to build up a higher level AST view for further analysis.
warning:`${funcName} : Variables have very similar names ${sim.var1} and ${sim.var2}. ${hasModifiersComments}${multipleContractsWithSameNameComments}`,