181: Uast: identifiers testdata updates
This commit is contained in:
committed by
Nikolay Krasko
parent
327cff0876
commit
8a4ef83b3d
+12
-12
@@ -5,29 +5,29 @@ constructor -> UAnnotationMethod (name = A)
|
||||
i -> UParameter (name = i)
|
||||
Int -> USimpleNameReferenceExpression (identifier = Int)
|
||||
i -> USimpleNameReferenceExpression (identifier = i)
|
||||
toString -> USimpleNameReferenceExpression (identifier = toString)
|
||||
toString -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
AWithInit -> UClass (name = AWithInit)
|
||||
str -> UParameter (name = str)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
println -> USimpleNameReferenceExpression (identifier = println)
|
||||
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
constructor -> UAnnotationMethod (name = AWithInit)
|
||||
i -> UParameter (name = i)
|
||||
Int -> USimpleNameReferenceExpression (identifier = Int)
|
||||
i -> USimpleNameReferenceExpression (identifier = i)
|
||||
toString -> USimpleNameReferenceExpression (identifier = toString)
|
||||
toString -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
AWith2Init -> UClass (name = AWith2Init)
|
||||
str -> UParameter (name = str)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
println -> USimpleNameReferenceExpression (identifier = println)
|
||||
println -> USimpleNameReferenceExpression (identifier = println)
|
||||
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
|
||||
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
|
||||
constructor -> UAnnotationMethod (name = AWith2Init)
|
||||
i -> UParameter (name = i)
|
||||
Int -> USimpleNameReferenceExpression (identifier = Int)
|
||||
i -> USimpleNameReferenceExpression (identifier = i)
|
||||
toString -> USimpleNameReferenceExpression (identifier = toString)
|
||||
toString -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
AOnlyInit -> UClass (name = AOnlyInit)
|
||||
println -> USimpleNameReferenceExpression (identifier = println)
|
||||
println -> USimpleNameReferenceExpression (identifier = println)
|
||||
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
|
||||
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
|
||||
AWithSecondary -> UClass (name = AWithSecondary)
|
||||
a -> UField (name = a)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
@@ -36,7 +36,7 @@ i -> UParameter (name = i)
|
||||
Int -> USimpleNameReferenceExpression (identifier = Int)
|
||||
a -> USimpleNameReferenceExpression (identifier = a)
|
||||
i -> USimpleNameReferenceExpression (identifier = i)
|
||||
toString -> USimpleNameReferenceExpression (identifier = toString)
|
||||
toString -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
constructor -> UAnnotationMethod (name = AWithSecondary)
|
||||
s -> UParameter (name = s)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
@@ -45,13 +45,13 @@ String -> USimpleNameReferenceExpression (identifier = String)
|
||||
AWithSecondaryInit -> UClass (name = AWithSecondaryInit)
|
||||
a -> UField (name = a)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
println -> USimpleNameReferenceExpression (identifier = println)
|
||||
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
constructor -> UAnnotationMethod (name = AWithSecondaryInit)
|
||||
i -> UParameter (name = i)
|
||||
Int -> USimpleNameReferenceExpression (identifier = Int)
|
||||
a -> USimpleNameReferenceExpression (identifier = a)
|
||||
i -> USimpleNameReferenceExpression (identifier = i)
|
||||
toString -> USimpleNameReferenceExpression (identifier = toString)
|
||||
toString -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
constructor -> UAnnotationMethod (name = AWithSecondaryInit)
|
||||
s -> UParameter (name = s)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
@@ -61,4 +61,4 @@ String -> USimpleNameReferenceExpression (identifier = String)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
s -> USimpleNameReferenceExpression (identifier = s)
|
||||
local -> USimpleNameReferenceExpression (identifier = local)
|
||||
toString -> USimpleNameReferenceExpression (identifier = toString)
|
||||
toString -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
|
||||
@@ -2,12 +2,12 @@ foo -> UAnnotationMethod (name = foo)
|
||||
Boolean -> USimpleNameReferenceExpression (identifier = Boolean)
|
||||
Local -> UClass (name = Local)
|
||||
bar -> ULambdaExpression
|
||||
Local -> USimpleNameReferenceExpression (identifier = Local)
|
||||
Local -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 0))
|
||||
baz -> ULocalVariable (name = baz)
|
||||
Local -> USimpleNameReferenceExpression (identifier = Local)
|
||||
Local -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 0))
|
||||
Int -> USimpleNameReferenceExpression (identifier = Int)
|
||||
someLocalFun -> ULambdaExpression
|
||||
text -> [!] UnknownKotlinExpression (VALUE_PARAMETER)
|
||||
String -> USimpleNameReferenceExpression (identifier = String)
|
||||
bar -> USimpleNameReferenceExpression (identifier = bar)
|
||||
Local -> USimpleNameReferenceExpression (identifier = Local)
|
||||
bar -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
|
||||
Local -> UCallExpression (kind = UastCallKind(name='constructor_call'), argCount = 0))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SimpleAnnotated -> UClass (name = SimpleAnnotated)
|
||||
Suppress -> USimpleNameReferenceExpression (identifier = Suppress)
|
||||
method -> UAnnotationMethod (name = method)
|
||||
println -> USimpleNameReferenceExpression (identifier = println)
|
||||
println -> UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
|
||||
kotlin -> USimpleNameReferenceExpression (identifier = kotlin)
|
||||
SinceKotlin -> USimpleNameReferenceExpression (identifier = SinceKotlin)
|
||||
property -> UField (name = property)
|
||||
|
||||
Reference in New Issue
Block a user