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