Files
kotlin-fork/plugins/uast-kotlin/testData/InnerClasses.log.txt
T

28 lines
1.2 KiB
Plaintext
Vendored

UFile (package = )
UClass (name = Foo)
UMethod (name = Foo)
UClass (name = Bar)
UField (name = a)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UField (name = b)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UMethod (name = getAPlusB)
UBlockExpression
UReturnExpression
UBinaryExpression (operator = +)
USimpleNameReferenceExpression (identifier = a)
USimpleNameReferenceExpression (identifier = b)
UMethod (name = getA)
UMethod (name = getB)
UMethod (name = Bar)
UParameter (name = a)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UParameter (name = b)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UClass (name = Baz)
UMethod (name = doNothing)
UBlockExpression
UReturnExpression
USimpleNameReferenceExpression (identifier = Unit)
UMethod (name = Baz)