Uast: making KotlinClassViaConstructorUSimpleReferenceExpression also handle deserialized descriptors

This commit is contained in:
Nicolay Mitropolsky
2019-02-20 14:55:15 +03:00
parent 25e00c9079
commit 5786ab5140
29 changed files with 148 additions and 133 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ UFile (package = )
UNamedExpression (name = anyOf)
UCallExpression (kind = UastCallKind(name='array_initializer'), argCount = 3))
UIdentifier (Identifier (intArrayOf))
USimpleNameReferenceExpression (identifier = intArrayOf)
USimpleNameReferenceExpression (identifier = intArrayOf, resolvesTo = null)
ULiteralExpression (value = 1)
ULiteralExpression (value = 2)
ULiteralExpression (value = 3)