[FIR] fix test data according to last commits

This commit is contained in:
Mikhail Glukhikh
2019-12-05 18:27:47 +03:00
parent 53935db992
commit f82fe20d43
@@ -4,7 +4,7 @@ FILE: annotationWithReturn.kt
public get(): R|kotlin/Int|
public final annotation class Some : R|kotlin/Annotation| {
public constructor(value: R|kotlin/Int|): R|Some| {
super<R|kotlin/Annotation|>()
super<R|kotlin/Any|>()
}
public final val value: R|kotlin/Int| = R|<local>/value|