Fix UAST test

This commit is contained in:
Mikhail Glukhikh
2017-05-16 12:35:05 +03:00
committed by Mikhail Glukhikh
parent bf4e69e17f
commit d185adfedd
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ UFile (package = ) [public final class Simple {...]
UBlockExpression [{...}] = external println("Hello, world!")("Hello, world!")
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1)) [println("Hello, world!")] = external println("Hello, world!")("Hello, world!")
UIdentifier (Identifier (println)) [UIdentifier (Identifier (println))]
USimpleNameReferenceExpression (identifier = println) [println] = external println()
USimpleNameReferenceExpression (identifier = println) [println] = external println("Hello, world!")("Hello, world!")
ULiteralExpression (value = "Hello, world!") ["Hello, world!"] = "Hello, world!"
UAnnotationMethod (name = getProperty) [public final fun getProperty() : java.lang.String = UastEmptyExpression]
UAnnotationMethod (name = Simple) [public fun Simple() = UastEmptyExpression]