summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/objects.comments.txt
blob: 2be1ec734fb1008636ceef33e626e5449684ed9d (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
KotlinUFile(
    UComment(// file comment)
    KotlinUClass(
        KotlinUField(
            UComment(// Single-line comment bound to top-level property)
            KotlinUAnonymousClass(
                KotlinUMethod(
                )
                KotlinUMethod(
                )
            )
        )
        KotlinUMethod(
            UComment(// Single-line comment bound to top-level property)
        )
        KotlinUMethod(
        )
    )
    KotlinUClass(
        UComment(// Single-line comment bound to object)
        KotlinUField(
        )
        KotlinUField(
            UComment(// Single-line comment bound to object)
        )
        KotlinUMethod(
        )
        KotlinUMethod(
            KotlinUParameter(
            )
        )
        KotlinUMethod(
        )
        KotlinConstructorUMethod(
            UComment(// Single-line comment bound to object)
        )
    )
)