summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/BrokenDataClass.log.fir.txt
blob: edd116b656f779616ba739e4fc27b270cc66bbde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
UFile (package = )
    UClass (name = Cls)
        UField (name = a)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
        UMethod (name = getA)
        UMethod (name = Cls)
            UParameter (name = a)
                UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            UParameter (name = b)
                UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            UBlockExpression
                UCallExpression (kind = UastCallKind(name='method_call'), argCount = 3))
                    UIdentifier (Identifier (this))
                    USimpleNameReferenceExpression (identifier = <anonymous class>, resolvesTo = null)
                    USimpleNameReferenceExpression (identifier = a)
                    USimpleNameReferenceExpression (identifier = a)
                    USimpleNameReferenceExpression (identifier = a)
        UMethod (name = component1)
        UMethod (name = copy)
            UParameter (name = a)
                UAnnotation (fqName = org.jetbrains.annotations.NotNull)