[SLC] add test for binary retention
^KT-61377
This commit is contained in:
committed by
Space Team
parent
51cc799204
commit
566232fd0d
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.CLASS)
|
||||
@kotlin.annotation.Retention(value = kotlin.annotation.AnnotationRetention.BINARY)
|
||||
public abstract @interface Anno /* one.Anno*/ {
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.BINARY)
|
||||
@kotlin.annotation.Retention(value = kotlin.annotation.AnnotationRetention.BINARY)
|
||||
public abstract @interface Anno /* one.Anno*/ {
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// one.Anno
|
||||
package one
|
||||
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
annotation class Anno
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.CLASS)
|
||||
@kotlin.annotation.Retention(value = kotlin.annotation.AnnotationRetention.BINARY)
|
||||
public abstract @interface Anno /* one.Anno*/ {
|
||||
}
|
||||
Reference in New Issue
Block a user