Files
kotlin-fork/plugins/uast-kotlin-fir/testData/declaration/facade.comments.txt
T
2021-05-11 21:43:02 +02:00

6 lines
143 B
Plaintext
Vendored

UFile(allCommentsInFile:
UComment(// Single-line comment bound to fun foo)
UComment(/*
* Multi-line comment bound to extension fun buzz
*/)
)