Uast: proper identifiers for KotlinUBinaryExpression (KT-25092)

This commit is contained in:
Nicolay Mitropolsky
2018-06-26 12:22:16 +03:00
parent eb92b7ed7f
commit bef3d4ace2
5 changed files with 22 additions and 8 deletions
@@ -11,4 +11,5 @@ Boolean -> USimpleNameReferenceExpression (identifier = Boolean)
String -> USimpleNameReferenceExpression (identifier = String)
LocalObject -> UClass (name = LocalObject)
bar -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
== -> USimpleNameReferenceExpression (identifier = ==)
Local -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 0))