UFile (package = A.B.C)
    UClass (name = Foo)
        UAnnotationMethod (name = Foo)
    UClass (name = Bar)
        UAnnotationMethod (name = getFoo)
            UBlockExpression
                UReturnExpression
                    UQualifiedReferenceExpression
                        UQualifiedReferenceExpression
                            UQualifiedReferenceExpression
                                USimpleNameReferenceExpression (identifier = A)
                                USimpleNameReferenceExpression (identifier = B)
                            USimpleNameReferenceExpression (identifier = C)
                        UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 0))
                            UIdentifier (Identifier (Foo))
                            USimpleNameReferenceExpression (identifier = <init>)
        UAnnotationMethod (name = Bar)
