Analysis API: fix redundant caret symbol in testdata
This commit is contained in:
@@ -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()
|
annotation class Anno()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
Resolved to:
|
Resolved to:
|
||||||
0: (in java.lang.annotation.Retention) constructor(value: java.lang.annotation.RetentionPolicy)
|
0: value: java.lang.annotation.RetentionPolicy
|
||||||
Reference in New Issue
Block a user