Add WITH_RUNTIME or WITH_REFLECT to boxWithStdlib testData
This commit is contained in:
committed by
Alexander Udalov
parent
2564a2f91f
commit
22bfc9786a
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
annotation class Get
|
||||
annotation class Set
|
||||
annotation class SetParam
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
annotation class Ann(val value: String)
|
||||
|
||||
@Ann("OK")
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class Simple(val value: String)
|
||||
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
annotation class Primary
|
||||
annotation class Secondary
|
||||
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class Simple(val value: String)
|
||||
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class Simple(val value: String)
|
||||
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class Simple(val value: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user