From c06f737519b3a62cb064c7a35d79458dda352656 Mon Sep 17 00:00:00 2001 From: Nicolay Mitropolsky Date: Thu, 28 Nov 2019 11:40:36 +0300 Subject: [PATCH] Uast: `SimpleKotlinRenderLogTest.testBitwise` UMethod testdata fix --- plugins/uast-kotlin/testData/Bitwise.log.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/uast-kotlin/testData/Bitwise.log.txt b/plugins/uast-kotlin/testData/Bitwise.log.txt index 81cebbf203c..4571d798fcc 100644 --- a/plugins/uast-kotlin/testData/Bitwise.log.txt +++ b/plugins/uast-kotlin/testData/Bitwise.log.txt @@ -1,6 +1,6 @@ UFile (package = ) UClass (name = BitwiseKt) - UAnnotationMethod (name = foo) + UMethod (name = foo) UBlockExpression UDeclarationsExpression ULocalVariable (name = mask) @@ -48,7 +48,7 @@ UFile (package = ) USimpleNameReferenceExpression (identifier = zebra) USimpleNameReferenceExpression (identifier = signed) USimpleNameReferenceExpression (identifier = one) - UAnnotationMethod (name = bar) + UMethod (name = bar) UBlockExpression UDeclarationsExpression ULocalVariable (name = mask)