Files
kotlin-fork/plugins/uast-kotlin/testData/AnnotationParameters.log.txt
T
2017-02-16 11:43:16 +01:00

13 lines
490 B
Plaintext
Vendored

UFile (package = )
UClass (name = AnnotationParametersKt)
UAnnotationMethod (name = foo)
UAnnotation (fqName = IntRange)
UNamedExpression (name = from)
ULiteralExpression (value = 10)
UNamedExpression (name = to)
ULiteralExpression (value = 0)
ULiteralExpression (value = 5)
UClass (name = IntRange)
UAnnotationMethod (name = from)
UAnnotationMethod (name = to)