Multi File Class Part
Represents metadata of a class file containing a compiled multi-file class part, i.e. an internal class with method bodies and their metadata, accessed only from the corresponding facade. Just like FileFacade, this metadata contains only top-level declarations, as classes have their own one.
It does not contain any references to other parts; to locate all the parts, one should construct a corresponding facade beforehand.