blob: db37cd9dc4d819ad364e63d5a6037ebce0856f9d [file]
package test
public trait EnumInParam {
public final annotation class MyRetention : kotlin.Annotation {
public constructor MyRetention(/*0*/ value: java.lang.annotation.RetentionPolicy)
public abstract fun value(): java.lang.annotation.RetentionPolicy
}
test.EnumInParam.MyRetention(value = RetentionPolicy.RUNTIME: java.lang.annotation.RetentionPolicy) public final annotation class RetentionAnnotation : kotlin.Annotation {
public constructor RetentionAnnotation(/*0*/ value: kotlin.String)
public abstract fun value(): kotlin.String
}
}