From 99f74af006687afb339a4a22c9544b2d2edb5a43 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 11 Jan 2018 20:12:41 +0300 Subject: [PATCH] 172: Revert "UAST test data fixes: `LocalVariableWithAnnotationKt` fix for variable type" This reverts commit ef61beb53ae1030afe11b3d15a2750959136ad65. --- .../testData/LocalVariableWithAnnotation.render.txt.172 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/uast-kotlin/testData/LocalVariableWithAnnotation.render.txt.172 diff --git a/plugins/uast-kotlin/testData/LocalVariableWithAnnotation.render.txt.172 b/plugins/uast-kotlin/testData/LocalVariableWithAnnotation.render.txt.172 new file mode 100644 index 00000000000..9ea15bbe75e --- /dev/null +++ b/plugins/uast-kotlin/testData/LocalVariableWithAnnotation.render.txt.172 @@ -0,0 +1,8 @@ +public final class LocalVariableWithAnnotationKt { + public static final fun foo() : void { + @TestAnnotation var bar: = "lorem ipsum" + } +} + +public abstract annotation TestAnnotation { +}