11 lines
569 B
Plaintext
Vendored
11 lines
569 B
Plaintext
Vendored
public abstract interface RecursiveAnnotation : R|kotlin/Any| {
|
|
@R|test/RecursiveAnnotation.B|(value = @R|test/RecursiveAnnotation.A|(value = String(test)) ) public final annotation class A : R|kotlin/Annotation| {
|
|
public constructor(value: R|kotlin/String|): R|test/RecursiveAnnotation.A|
|
|
|
|
}
|
|
@R|test/RecursiveAnnotation.B|(value = @R|test/RecursiveAnnotation.A|(value = String(test)) ) public final annotation class B : R|kotlin/Annotation| {
|
|
public constructor(value: R|test/RecursiveAnnotation.A|): R|test/RecursiveAnnotation.B|
|
|
|
|
}
|
|
}
|