[FIR] Fix all usages of annotations due to new FirAnnotation hierarchy
This commit is contained in:
committed by
teamcityserver
parent
2e7564a21e
commit
5769d42248
@@ -3,7 +3,7 @@ public abstract interface StringInParam : R|kotlin/Any| {
|
||||
public constructor(value: R|kotlin/String|): R|test/StringInParam.Anno|
|
||||
|
||||
}
|
||||
@R|test/StringInParam.Anno|(String(hello)) public open class Class : R|kotlin/Any| {
|
||||
@R|test/StringInParam.Anno|(value = String(hello)) public open class Class : R|kotlin/Any| {
|
||||
public constructor(): R|test/StringInParam.Class|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user