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

18 lines
893 B
Plaintext
Vendored

UFile (package = A.B.C)
UClass (name = Foo)
UMethod (name = Foo)
UClass (name = Bar)
UMethod (name = getFoo)
UBlockExpression
UReturnExpression
UQualifiedReferenceExpression
UQualifiedReferenceExpression
UQualifiedReferenceExpression
USimpleNameReferenceExpression (identifier = A)
USimpleNameReferenceExpression (identifier = B)
USimpleNameReferenceExpression (identifier = C)
UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 0))
UIdentifier (Identifier (Foo))
USimpleNameReferenceExpression (identifier = <init>, resolvesTo = PsiClass: Foo)
UMethod (name = Bar)