[FIR] Fix all usages of annotations due to new FirAnnotation hierarchy
This commit is contained in:
committed by
teamcityserver
parent
2e7564a21e
commit
5769d42248
+2
-2
@@ -1,9 +1,9 @@
|
||||
public abstract interface RecursiveAnnotation : R|kotlin/Any| {
|
||||
@R|test/RecursiveAnnotation.B|(@R|test/RecursiveAnnotation.A|(String(test)) ) public final annotation class A : R|kotlin/Annotation| {
|
||||
@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|(@R|test/RecursiveAnnotation.A|(String(test)) ) public final annotation class B : R|kotlin/Annotation| {
|
||||
@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|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user