StaticForeachDeclaration.onStack

include can be called multiple times, but a static foreach should be expanded at most once. Achieved by caching the result of the first call. We need both cached and cache, because null is a valid value for cache.

class StaticForeachDeclaration
bool onStack;
Suggestion Box / Bug Report