[SLC] add more tests
^KT-56046
This commit is contained in:
committed by
Space Team
parent
347dc83773
commit
ba9520f5c5
@@ -0,0 +1,8 @@
|
||||
@java.lang.annotation.Repeatable(value = One.Container.class)
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
@kotlin.annotation.Repeatable()
|
||||
public abstract @interface One /* One*/ {
|
||||
public abstract java.lang.String value();// value()
|
||||
|
||||
class Container ...
|
||||
}
|
||||
Reference in New Issue
Block a user