c90d094af6
In certain cases, it's impossible to determine which module owns a particular file without knowing the analysis context. For instance, the file might be a part of a physical module, and be also included into a virtual ad-hoc module (to be analyzed in separate, e.g. a VCS diff). The new API allows to pass a contextual module. Basically it means "give me a module for this element, implying that we are now analyzing a contextual module". ^KT-57559 Fixed