Uast: proper identifiers for KotlinUBinaryExpression (KT-25092)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user