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

14 lines
628 B
Plaintext
Vendored

UFile (package = )
UClass (name = Simple)
UField (name = property)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
ULiteralExpression (value = "Mary")
UMethod (name = method)
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
UIdentifier (Identifier (println))
USimpleNameReferenceExpression (identifier = println, resolvesTo = null)
ULiteralExpression (value = "Hello, world!")
UMethod (name = getProperty)
UMethod (name = Simple)