summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/declaration/objects.comments.txt
blob: 88ee96ae97d60411dbefb07fd1498c366907a2b9 (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
KotlinUFile:objects.kt(
    UComment(// file comment)
    KotlinUClass:ObjectsKt(
        KotlinUField:topRunnable(
            UComment(// Single-line comment bound to top-level property)
            KotlinUAnonymousClass:<no name provided>(
                KotlinUMethod:run(
                )
                KotlinUMethod:<no name provided>(
                )
            )
        )
        KotlinUMethod:getTopRunnable(
        )
        KotlinUMethod:main(
        )
    )
    KotlinUClass:RunnableManager(
        UComment(// Single-line comment bound to object)
        KotlinUField:tasks(
        )
        KotlinUField:INSTANCE(
            UComment(// Single-line comment bound to object)
        )
        KotlinUMethod:getTasks(
        )
        KotlinUMethod:register(
            KotlinUParameter:runnable(
            )
        )
        KotlinUMethod:runAll(
        )
        KotlinConstructorUMethod:RunnableManager(
            UComment(// Single-line comment bound to object)
        )
    )
)