Analysis API: fix redundant caret symbol in testdata

This commit is contained in:
Ilya Kirillov
2022-01-01 20:54:43 +03:00
parent 11c50a48ba
commit 5e42be9849
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
@java.lang.annotation.Re<caret>tention(va<caret>lue = java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Retention(va<caret>lue = java.lang.annotation.RetentionPolicy.RUNTIME)
annotation class Anno()