Files
kotlin-fork/plugins/uast-kotlin/testData/ReceiverFun.log-ide.txt
T
2020-07-29 19:42:22 +03:00

26 lines
1.2 KiB
Plaintext
Vendored

UFile (package = )
UClass (name = ReceiverFunKt)
UMethod (name = foo)
UParameter (name = $this$foo)
UAnnotation (fqName = MyReceiverAnnotation)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UBlockExpression
UReturnExpression
UQualifiedReferenceExpression
UThisExpression (label = null)
USimpleNameReferenceExpression (identifier = length)
UMethod (name = getRx)
UParameter (name = $this$getRx)
UAnnotation (fqName = MyReceiverAnnotation)
UNamedExpression (name = name)
ULiteralExpression (value = "RegExp")
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UBlockExpression
UReturnExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (toRegex))
USimpleNameReferenceExpression (identifier = toRegex, resolvesTo = null)
UClass (name = MyReceiverAnnotation)
UAnnotationMethod (name = name)
ULiteralExpression (value = "")