CombiningNamespaceContext
class CombiningNamespaceContext(val primary: IterableNamespaceContext, val secondary: IterableNamespaceContext) : IterableNamespaceContext, NamespaceContext
Deprecated
This type is really only for internal use. It will be moved to a better location
A namespace context that combines two namespace contexts. Resolution will first attempt to use the primary
context, The secondary namespace is a fallback.