Files
kotlin-fork/plugins/uast-kotlin/testData/LocalVariableWithAnnotation.log.txt
T
2020-02-13 15:54:48 +03:00

11 lines
442 B
Plaintext
Vendored

UFile (package = )
UClass (name = LocalVariableWithAnnotationKt)
UMethod (name = foo)
UBlockExpression
UDeclarationsExpression
ULocalVariable (name = bar)
UAnnotation (fqName = TestAnnotation)
UPolyadicExpression (operator = +)
ULiteralExpression (value = "lorem ipsum")
UClass (name = TestAnnotation)