[FIR] Fix all usages of annotations due to new FirAnnotation hierarchy
This commit is contained in:
committed by
teamcityserver
parent
2e7564a21e
commit
5769d42248
@@ -1,7 +1,7 @@
|
||||
public open class AnnotatedField : R|kotlin/Any| {
|
||||
@R|test/AnnotatedField.Anno|(String(static)) public final static field x: R|kotlin/Int| = Int(0)
|
||||
@R|test/AnnotatedField.Anno|(value = String(static)) public final static field x: R|kotlin/Int| = Int(0)
|
||||
|
||||
@R|test/AnnotatedField.Anno|(String(member)) public final field y: R|kotlin/Int| = Int(0)
|
||||
@R|test/AnnotatedField.Anno|(value = String(member)) public final field y: R|kotlin/Int| = Int(0)
|
||||
|
||||
public constructor(): R|test/AnnotatedField|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user