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

13 lines
558 B
Plaintext
Vendored

UFile (package = )
UClass (name = PropertyInitializerWithoutSetterKt)
UField (name = withoutSetter)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
ULiteralExpression (value = "/sdcard")
UMethod (name = getWithoutSetter)
UBlockExpression
UReturnExpression
USimpleNameReferenceExpression (identifier = field)
UMethod (name = setWithoutSetter)
UParameter (name = p)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)