La bibliothèque de réflexion Kotlin définit KDeclarationContainer
qui Represents an entity which may contain declarations of any other entities, such as a class or a package.
this::class
retours KClass
qui s'étend KDeclarationContainer
mais comment obtenir le parent KDeclarationContainer
(a KPackage
?)