private static boolean isTypeAnnotatedWithExtension(@NotNull KotlinType type) { return type.getAnnotations().findAnnotation(FQ_NAMES.extensionFunctionType) != null || type.getAnnotations().findAnnotation(FQ_NAMES.deprecatedExtensionAnnotation) != null; }
@Override @NotNull public Annotations getAnnotations() { return delegate.getAnnotations(); }