InvocationExpressionImpl.indexingFunctions is a static array containing element references to the functions that need to be adjusted if indexing is from 0 instead of 1. Since these references depend on the root namespace, indexingFunctions should be a instance field of RootNamespace, rather than being statically allocated.
InvocationExpressionImpl.indexingFunctionsis a static array containing element references to the functions that need to be adjusted if indexing is from 0 instead of 1. Since these references depend on the root namespace,indexingFunctionsshould be a instance field ofRootNamespace, rather than being statically allocated.