UFile (package = )
    UClass (name = PropertyDelegateKt)
        UField (name = sdCardPath$delegate)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
                UIdentifier (Identifier (lazy))
                USimpleNameReferenceExpression (identifier = lazy)
                ULambdaExpression
                    UBlockExpression
                        ULiteralExpression (value = "/sdcard")
        UField (name = annotatedDelegate$delegate)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            UAnnotation (fqName = kotlin.Suppress)
            UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
                UIdentifier (Identifier (lazy))
                USimpleNameReferenceExpression (identifier = lazy)
                ULambdaExpression
                    UBlockExpression
                        UBinaryExpression (operator = +)
                            ULiteralExpression (value = 1)
                            ULiteralExpression (value = 1)
        UAnnotationMethod (name = getSdCardPath)
        UAnnotationMethod (name = localPropertyTest)
            UBlockExpression
                UDeclarationsExpression
                    ULocalVariable (name = sdCardPathLocal)
                        UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
                            UIdentifier (Identifier (lazy))
                            USimpleNameReferenceExpression (identifier = lazy)
                            ULambdaExpression
                                UBlockExpression
                                    ULiteralExpression (value = "/sdcard")
        UAnnotationMethod (name = getAnnotatedDelegate)
