Uast: forcing kotlin.uast.force.uinjectionhost=true always

This commit is contained in:
Nicolay Mitropolsky
2020-02-12 16:00:35 +03:00
parent ee48580e06
commit e4b7c39110
42 changed files with 254 additions and 132 deletions
+4 -2
View File
@@ -24,7 +24,8 @@ UFile (package = )
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
UIdentifier (Identifier (foo))
USimpleNameReferenceExpression (identifier = foo, resolvesTo = null)
ULiteralExpression (value = "Lorem ipsum")
UPolyadicExpression (operator = +)
ULiteralExpression (value = "Lorem ipsum")
UIfExpression
UBinaryExpression (operator = !=)
USimpleNameReferenceExpression (identifier = varc4aef569)
@@ -33,7 +34,8 @@ UFile (package = )
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
UIdentifier (Identifier (foo))
USimpleNameReferenceExpression (identifier = foo, resolvesTo = null)
ULiteralExpression (value = "dolor sit amet")
UPolyadicExpression (operator = +)
ULiteralExpression (value = "dolor sit amet")
UIfExpression
UBinaryExpression (operator = !=)
USimpleNameReferenceExpression (identifier = var243c51a0)