UFile (package = )
    UClass (name = ElvisTypeKt)
        UMethod (name = foo)
            UParameter (name = text)
                UAnnotation (fqName = org.jetbrains.annotations.Nullable)
            UBlockExpression
                UReturnExpression
                    UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
                        UIdentifier (Identifier (bar))
                        USimpleNameReferenceExpression (identifier = bar, resolvesTo = null)
                        UExpressionList (elvis)
                            UDeclarationsExpression
                                ULocalVariable (name = var63c495f9)
                                    USimpleNameReferenceExpression (identifier = text)
                            UIfExpression
                                UBinaryExpression (operator = !=)
                                    USimpleNameReferenceExpression (identifier = var63c495f9)
                                    ULiteralExpression (value = null)
                                USimpleNameReferenceExpression (identifier = var63c495f9)
                                UReturnExpression
        UMethod (name = bar)
            UParameter (name = o)
                UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            UBlockExpression
