From ea228a2fa8de7204abb907140029e0cbd3b876cc Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 16 Feb 2017 11:43:16 +0100 Subject: [PATCH] Fix testdata for SimpleKotlinRenderLogTest --- .../uast-kotlin/testData/AnnotationParameters.log.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/plugins/uast-kotlin/testData/AnnotationParameters.log.txt b/plugins/uast-kotlin/testData/AnnotationParameters.log.txt index 4935fa8ff0a..54e2d24c1cd 100644 --- a/plugins/uast-kotlin/testData/AnnotationParameters.log.txt +++ b/plugins/uast-kotlin/testData/AnnotationParameters.log.txt @@ -8,16 +8,5 @@ UFile (package = ) ULiteralExpression (value = 0) ULiteralExpression (value = 5) UClass (name = IntRange) - UAnnotation (fqName = java.lang.annotation.Retention) - UNamedExpression (name = null) - UQualifiedReferenceExpression - UQualifiedReferenceExpression - UQualifiedReferenceExpression - UQualifiedReferenceExpression - USimpleNameReferenceExpression (identifier = java) - USimpleNameReferenceExpression (identifier = lang) - USimpleNameReferenceExpression (identifier = annotation) - USimpleNameReferenceExpression (identifier = RetentionPolicy) - USimpleNameReferenceExpression (identifier = RUNTIME) UAnnotationMethod (name = from) UAnnotationMethod (name = to)