blob: f325ff417904bd521f217e0a65ab8e55f70ac619 [file] [log] [blame]
public abstract interface EnumInParam : R|kotlin/Any| {
public final annotation class MyRetention : R|kotlin/Annotation| {
public constructor(value: R|java/lang/annotation/RetentionPolicy|): R|test/EnumInParam.MyRetention|
}
@R|test/EnumInParam.MyRetention|(value = R|java/lang/annotation/RetentionPolicy.RUNTIME|) public final annotation class RetentionAnnotation : R|kotlin/Annotation| {
public constructor(value: R|kotlin/String|): R|test/EnumInParam.RetentionAnnotation|
}
}