findAssociatedObject<T extends AnnotationTarget> function
If T is an @AssociatedObjectKey-annotated annotation class
and this class is annotated with @T (S::class), returns object S.
Implementation
Any findAssociatedObject<T extends AnnotationTarget>() =>
throw UnimplementedError('findAssociatedObject');