Uast: KotlinUMethod and KotlinUAnnotationMethod are separated (KT-30489)
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
[1]:[UIdentifier (Identifier (MyAnnotation4))]
|
||||
[1]:[UClass (name = MyAnnotation5)]
|
||||
[1]:[UIdentifier (Identifier (MyAnnotation5))]
|
||||
[2]:[UClass (name = Test1), UAnnotationMethod (name = Test1)]
|
||||
[2]:[UClass (name = Test1), UMethod (name = Test1)]
|
||||
[1]:[UIdentifier (Identifier (Test1))]
|
||||
[1]:[UAnnotationMethod (name = Test1)]
|
||||
[1]:[UMethod (name = Test1)]
|
||||
[1]:[UDeclarationsExpression]
|
||||
[4]:[UParameter (name = bar), UField (name = bar), UAnnotationMethod (name = getBar), UAnnotationMethod (name = setBar)]
|
||||
[4]:[UParameter (name = bar), UField (name = bar), UMethod (name = getBar), UMethod (name = setBar)]
|
||||
[1]:[UAnnotation (fqName = MyAnnotation)]
|
||||
[1]:[[!] UnknownKotlinExpression (CONSTRUCTOR_CALLEE)]
|
||||
[1]:[UTypeReferenceExpression (name = MyAnnotation)]
|
||||
@@ -23,11 +23,11 @@
|
||||
[1]:[UTypeReferenceExpression (name = int)]
|
||||
[1]:[USimpleNameReferenceExpression (identifier = Int)]
|
||||
[1]:[UIdentifier (Identifier (Int))]
|
||||
[2]:[UClass (name = Test2), UAnnotationMethod (name = Test2)]
|
||||
[2]:[UClass (name = Test2), UMethod (name = Test2)]
|
||||
[1]:[UIdentifier (Identifier (Test2))]
|
||||
[1]:[UAnnotationMethod (name = Test2)]
|
||||
[1]:[UMethod (name = Test2)]
|
||||
[1]:[UDeclarationsExpression]
|
||||
[4]:[UParameter (name = bar), UField (name = bar), UAnnotationMethod (name = getBar), UAnnotationMethod (name = setBar)]
|
||||
[4]:[UParameter (name = bar), UField (name = bar), UMethod (name = getBar), UMethod (name = setBar)]
|
||||
[1]:[UAnnotation (fqName = MyAnnotation)]
|
||||
[1]:[[!] UnknownKotlinExpression (CONSTRUCTOR_CALLEE)]
|
||||
[1]:[UTypeReferenceExpression (name = MyAnnotation)]
|
||||
|
||||
Reference in New Issue
Block a user