Files
kotlin/plugins/uast-kotlin/testData/LocalVariableWithAnnotation.log.txt
2020-05-06 15:31:20 +03:00

10 lines
379 B
Plaintext
Vendored

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