package testing annotation class Annotation(val clazz: Class) class ATest [Annotation(javaClass<ATest>())] class BTest // REF: (testing).ATest