Class
Represents metadata of a class file containing a declaration of a Kotlin class.
Anything that does not belong to a Kotlin class (top-level declarations) is not present in Class metadata, even if such declaration was in the same source file. See FileFacade for details.