summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/commentsOnProperties.log.txt
blob: c156f0519c843040730c8f23892f5c3d6eb8dc72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
UFile (package = )
    UClass (name = CommentsOnPropertiesKt)
        UField (name = boo)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            ULiteralExpression (value = 42)
        UField (name = bar)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            ULiteralExpression (value = 42)
        UField (name = baq)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            ULiteralExpression (value = 42)
        UMethod (name = getBoo)
        UMethod (name = getBar)
            UBlockExpression
                UReturnExpression
                    USimpleNameReferenceExpression (identifier = field)
        UMethod (name = getBaq)
            UBlockExpression
                UReturnExpression
                    USimpleNameReferenceExpression (identifier = field)
        UMethod (name = getBaz)
            UBlockExpression
                UReturnExpression
                    ULiteralExpression (value = 42)
    UClass (name = Test)
        UField (name = foo)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            ULiteralExpression (value = 42)
        UField (name = far)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            ULiteralExpression (value = 42)
        UField (name = faq)
            UAnnotation (fqName = org.jetbrains.annotations.NotNull)
            ULiteralExpression (value = 42)
        UMethod (name = getFoo)
        UMethod (name = getFar)
            UBlockExpression
                UReturnExpression
                    USimpleNameReferenceExpression (identifier = field)
        UMethod (name = getFaq)
            UBlockExpression
                UReturnExpression
                    USimpleNameReferenceExpression (identifier = field)
        UMethod (name = getFaz)
            UBlockExpression
                UReturnExpression
                    ULiteralExpression (value = 42)
        UMethod (name = Test)