[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
@@ -5,7 +5,7 @@ public open class ArithmeticExpressionInParam : R|kotlin/Any| {
|
||||
public constructor(value: R|kotlin/Int|): R|test/ArithmeticExpressionInParam.Anno|
|
||||
|
||||
}
|
||||
@R|test/ArithmeticExpressionInParam.Anno|(Int(42)) public open class Class : R|kotlin/Any| {
|
||||
@R|test/ArithmeticExpressionInParam.Anno|(value = Int(42)) public open class Class : R|kotlin/Any| {
|
||||
public constructor(): R|test/ArithmeticExpressionInParam.Class|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user