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 { +}