Get rid of deprecated annotations in testData
This commit is contained in:
Vendored
+2
-2
@@ -3,9 +3,9 @@ package org.test
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
public annotation class SomeAnnotation
|
||||
|
||||
SomeAnnotation public class SomeClass {
|
||||
@SomeAnnotation public class SomeClass {
|
||||
|
||||
SomeAnnotation public fun annotatedFunction() {
|
||||
@SomeAnnotation public fun annotatedFunction() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user