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