[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
@@ -1,5 +1,5 @@
|
||||
public abstract interface PrimitiveValueInParam : R|kotlin/Any| {
|
||||
@R|test/PrimitiveValueInParam.Ann|(Int(1), Long(1), Double(1.0), Float(1.0), Boolean(true), String(str)) public open class A : R|kotlin/Any| {
|
||||
@R|test/PrimitiveValueInParam.Ann|(i = Int(1), l = Long(1), d = Double(1.0), f = Float(1.0), bool = Boolean(true), str = String(str)) public open class A : R|kotlin/Any| {
|
||||
public constructor(): R|test/PrimitiveValueInParam.A|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user